#599D96

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

Shades of Cadet Blue #599D96

Tints of Cadet Blue #599D96

Color information

#599D96 (or 0x599D96) is unknown color: approx Cadet Blue. HEX triplet: 59, 9D and 96. RGB value is (89,157,150). Sum of RGB (Red+Green+Blue) = 89+157+150=396 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.47% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #599D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599D96 is #A66269. Grayscale: #878787. Windows color (decimal): -10904170 or 9870681. OLE color: 9870681.

HSL color Cylindrical-coordinate representation of color #599D96: hue angle of 173.82º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599D96 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB89157150-
CMYK0.4300.040.38
HSL173.82º27.64%48.24%-
HSV(B)173.82º43.31%61.57%-
XYZ21.6828.4433.2-
YUV135.87135.9794.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.47%
GREEN value IS 157 (61.72% from 255) = 39.65%
BLUE value IS 150 (58.98% from 255) = 37.88%
R=22.47%
G=39.65%
B=37.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891571500.4300.040.38173.8227.6448.24
Hex599D962B0426ae1c30
Octal1312352265304462563460
Binary1011001100111011001011010101101001001101010111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599D96; }

 p { color: rgb(89,157,150); }

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

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

 a { background-color: rgb(89,157,150); }

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

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

 span { border-color: rgb(89,157,150); }

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