#609796

Color #609796 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #609796

Tints of Cadet Blue #609796

Color information

#609796 (or 0x609796) is unknown color: approx Cadet Blue. HEX triplet: 60, 97 and 96. RGB value is (96,151,150). Sum of RGB (Red+Green+Blue) = 96+151+150=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #609796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609796 is #9F6869. Grayscale: #868686. Windows color (decimal): -10446954 or 9869152. OLE color: 9869152.

HSL color Cylindrical-coordinate representation of color #609796: hue angle of 178.91º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609796 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB96151150-
CMYK0.3600.010.41
HSL178.91º22.27%48.43%-
HSV(B)178.91º36.42%59.22%-
XYZ21.426.8232.9-
YUV134.44136.78100.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.18%
GREEN value IS 151 (59.38% from 255) = 38.04%
BLUE value IS 150 (58.98% from 255) = 37.78%
R=24.18%
G=38.04%
B=37.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961511500.3600.010.41178.9122.2748.43
Hex609796240129b31630
Octal1402272264401512632660
Binary11000001001011110010110100100011010011011001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609796; }

 p { color: rgb(96,151,150); }

 H1.HeaderClassName
 {
   color: #609796;
 }
 .AnyTagClassName
 {
   color: #609796;
 }
</style>
background-color css

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

 a { background-color: rgb(96,151,150); }

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

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

 span { border-color: rgb(96,151,150); }

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