#609EAB

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

Shades of Cadet Blue #609EAB

Tints of Cadet Blue #609EAB

Color information

#609EAB (or 0x609EAB) is unknown color: approx Cadet Blue. HEX triplet: 60, 9E and AB. RGB value is (96,158,171). Sum of RGB (Red+Green+Blue) = 96+158+171=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #609EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609EAB is #9F6154. Grayscale: #8C8C8C. Windows color (decimal): -10445141 or 11247200. OLE color: 11247200.

HSL color Cylindrical-coordinate representation of color #609EAB: hue angle of 190.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #609EAB is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96158171-
CMYK0.440.0800.33
HSL190.4º30.86%52.35%-
HSV(B)190.4º43.86%67.06%-
XYZ24.429.8843.01-
YUV140.94144.9695.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.59%
GREEN value IS 158 (62.11% from 255) = 37.18%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=22.59%
G=37.18%
B=40.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961581710.440.0800.33190.430.8652.35
Hex609EAB2C8021be1f34
Octal14023625354100412763764
Binary11000001001111010101011101100100001000011011111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609EAB; }

 p { color: rgb(96,158,171); }

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

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

 a { background-color: rgb(96,158,171); }

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

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

 span { border-color: rgb(96,158,171); }

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