#599E96

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

Shades of Cadet Blue #599E96

Tints of Cadet Blue #599E96

Color information

#599E96 (or 0x599E96) is unknown color: approx Cadet Blue. HEX triplet: 59, 9E and 96. RGB value is (89,158,150). Sum of RGB (Red+Green+Blue) = 89+158+150=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #599E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599E96 is #A66169. Grayscale: #888888. Windows color (decimal): -10903914 or 9870937. OLE color: 9870937.

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

Color convert

RGB89158150-
CMYK0.4400.050.38
HSL173.04º27.94%48.43%-
HSV(B)173.04º43.67%61.96%-
XYZ21.8528.7833.26-
YUV136.46135.6494.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.42%
GREEN value IS 158 (62.11% from 255) = 39.80%
BLUE value IS 150 (58.98% from 255) = 37.78%
R=22.42%
G=39.80%
B=37.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891581500.4400.050.38173.0427.9448.43
Hex599E962C0526ad1c30
Octal1312362265405462553460
Binary1011001100111101001011010110001011001101010110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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