#55ACA8

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

Shades of Cadet Blue #55ACA8

Tints of Cadet Blue #55ACA8

Color information

#55ACA8 (or 0x55ACA8) is unknown color: approx Cadet Blue. HEX triplet: 55, AC and A8. RGB value is (85,172,168). Sum of RGB (Red+Green+Blue) = 85+172+168=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 172 - color contains mainly: green. Hex color #55ACA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55ACA8 is #AA5357. Grayscale: #919191. Windows color (decimal): -11162456 or 11054165. OLE color: 11054165.

HSL color Cylindrical-coordinate representation of color #55ACA8: hue angle of 177.24º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55ACA8 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB85172168-
CMYK0.5100.020.33
HSL177.24º34.39%50.39%-
HSV(B)177.24º50.58%67.45%-
XYZ25.5734.2642.31-
YUV145.53140.6884.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 168 (66.02% from 255) = 39.53%
R=20%
G=40.47%
B=39.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851721680.5100.020.33177.2434.3950.39
Hex55ACA8330221b12232
Octal1252542506302412614262
Binary1010101101011001010100011001101010000110110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55ACA8; }

 p { color: rgb(85,172,168); }

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

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

 a { background-color: rgb(85,172,168); }

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

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

 span { border-color: rgb(85,172,168); }

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