Html Css Color HEX #669896 Cadet Blue

📋 copy color: '#669896'

red 102 ◦ green 152 ◦ blue 150

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

Shades of Cadet Blue #669896

Tints of Cadet Blue #669896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.62%

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

R = 25.25%
G = 37.62%
B = 37.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#669896 (or 0x669896) is known color: Cadet Blue. HEX triplet: 66, 98 and 96. RGB value is (102,152,150). Sum of RGB (Red+Green+Blue) = 102+152+150=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #669896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669896 is #996769. Grayscale: #888888. Windows color (decimal): -10053482 or 9869414. OLE color: 9869414.

HSL color Cylindrical-coordinate representation of color #669896: hue angle of 177.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669896 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 150 -
CMYK 0.33 0 0.01 0.40
HSL 177.6º 0.2% 0.5% -
HSV(B) 177.6º 0.33% 0.6% -
XYZ 22.21 27.48 32.99 -
YUV 136.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 102 152 150 0.33 0 0.01 0.40 177.6 0.2 0.5
Hex 66 98 96 21 0 1 28 B2 14 32
Octal 146 230 226 41 0 1 50 262 24 62
Binary 1100110 10011000 10010110 100001 0 1 101000 10110010 10100 110010

Color Harmonies of #669896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669896

Black with #669896

Text Example


Text Example

White with #669896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669896; }

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

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

background-color css

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

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

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

border-color css

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

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

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