#55A9A0

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

Shades of Cadet Blue #55A9A0

Tints of Cadet Blue #55A9A0

Color information

#55A9A0 (or 0x55A9A0) is unknown color: approx Cadet Blue. HEX triplet: 55, A9 and A0. RGB value is (85,169,160). Sum of RGB (Red+Green+Blue) = 85+169+160=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #55A9A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A9A0 is #AA565F. Grayscale: #8E8E8E. Windows color (decimal): -11163232 or 10529109. OLE color: 10529109.

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

Color convert

RGB85169160-
CMYK0.5000.050.34
HSL173.57º33.07%49.8%-
HSV(B)173.57º49.7%66.27%-
XYZ24.2832.8538.32-
YUV142.86137.6786.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.53%
GREEN value IS 169 (66.41% from 255) = 40.82%
BLUE value IS 160 (62.89% from 255) = 38.65%
R=20.53%
G=40.82%
B=38.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851691600.5000.050.34173.5733.0749.8
Hex55A9A0320522ae2132
Octal1252512406205422564162
Binary10101011010100110100000110010010110001010101110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,169,160); }

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

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

 a { background-color: rgb(85,169,160); }

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

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

 span { border-color: rgb(85,169,160); }

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