Html Css Color HEX #679D97 Cadet Blue

📋 copy color: '#679D97'

red 103 ◦ green 157 ◦ blue 151

#679D97
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #679D97

Tints of Cadet Blue #679D97

RGB

 RED value IS 103 (40.63% from 255) = 25.06%

 GREEN value IS 157 (61.72% from 255) = 38.2%

 BLUE value IS 151 (59.38% from 255) = 36.74%

R = 25.06%
G = 38.2%
B = 36.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#679D97 (or 0x679D97) is known color: Cadet Blue. HEX triplet: 67, 9D and 97. RGB value is (103,157,151). Sum of RGB (Red+Green+Blue) = 103+157+151=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 157 - color contains mainly: green. Hex color #679D97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679D97 is #986268. Grayscale: #8C8C8C. Windows color (decimal): -9986665 or 9936231. OLE color: 9936231.

HSL color Cylindrical-coordinate representation of color #679D97: hue angle of 173.33º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679D97 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 157 151 -
CMYK 0.34 0 0.04 0.38
HSL 173.33º 0.22% 0.51% -
HSV(B) 173.33º 0.34% 0.62% -
XYZ 23.24 29.23 33.7 -
YUV 140.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 103 157 151 0.34 0 0.04 0.38 173.33 0.22 0.51
Hex 67 9D 97 22 0 4 26 AD 16 33
Octal 147 235 227 42 0 4 46 255 26 63
Binary 1100111 10011101 10010111 100010 0 100 100110 10101101 10110 110011

Color Harmonies of #679D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679D97

Black with #679D97

Text Example


Text Example

White with #679D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679D97; }

 p { color: rgb(103,157,151); }

 H1.HeaderClassName
 {
   color: #679D97;
 }
 .AnyTagClassName
 {
   color: #679D97;
 }
</style>

background-color css

<style>
 a { background-color: #679D97; }

 a { background-color: rgb(103,157,151); }

 div.DivClassName
 {
   background-color: #679D97;
 }
 .BgClassName
 {
   background-color: #679D97;
 }
</style>

border-color css

<style>
 span { border-color: #679D97; }

 span { border-color: rgb(103,157,151); }

 td.TdClassName
 {
   border-color: #679D97;
 }
 .TagClassName
 {
   border-color: #679D97;
 }
</style>