Html Css Color HEX #669396 Cadet Blue

📋 copy color: '#669396'

red 102 ◦ green 147 ◦ blue 150

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

Shades of Cadet Blue #669396

Tints of Cadet Blue #669396

RGB

 RED value IS 102 (40.23% from 255) = 25.56%

 GREEN value IS 147 (57.81% from 255) = 36.84%

 BLUE value IS 150 (58.98% from 255) = 37.59%

R = 25.56%
G = 36.84%
B = 37.59%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#669396 (or 0x669396) is known color: Cadet Blue. HEX triplet: 66, 93 and 96. RGB value is (102,147,150). Sum of RGB (Red+Green+Blue) = 102+147+150=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 150 - color contains mainly: blue. Hex color #669396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669396 is #996C69. Grayscale: #858585. Windows color (decimal): -10054762 or 9868134. OLE color: 9868134.

HSL color Cylindrical-coordinate representation of color #669396: hue angle of 183.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669396 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 147 150 -
CMYK 0.32 0.02 0 0.41
HSL 183.75º 0.19% 0.49% -
HSV(B) 183.75º 0.32% 0.59% -
XYZ 21.42 25.89 32.72 -
YUV 133.89 137.09 105.26 -
System Red Green Blue C M Y K H S L
Decimal 102 147 150 0.32 0.02 0 0.41 183.75 0.19 0.49
Hex 66 93 96 20 2 0 29 B8 13 31
Octal 146 223 226 40 2 0 51 270 23 61
Binary 1100110 10010011 10010110 100000 10 0 101001 10111000 10011 110001

Color Harmonies of #669396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669396

Black with #669396

Text Example


Text Example

White with #669396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669396; }

 p { color: rgb(102,147,150); }

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

background-color css

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

 a { background-color: rgb(102,147,150); }

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

border-color css

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

 span { border-color: rgb(102,147,150); }

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