#52ACA9

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

Shades of Cadet Blue #52ACA9

Tints of Cadet Blue #52ACA9

Color information

#52ACA9 (or 0x52ACA9) is unknown color: approx Cadet Blue. HEX triplet: 52, AC and A9. RGB value is (82,172,169). Sum of RGB (Red+Green+Blue) = 82+172+169=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #52ACA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ACA9 is #AD5356. Grayscale: #909090. Windows color (decimal): -11359063 or 11119698. OLE color: 11119698.

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

Color convert

RGB82172169-
CMYK0.5200.020.33
HSL178º35.43%49.8%-
HSV(B)178º52.33%67.45%-
XYZ25.3934.1642.79-
YUV144.75141.6883.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.39%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 169 (66.41% from 255) = 39.95%
R=19.39%
G=40.66%
B=39.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821721690.5200.020.3317835.4349.8
Hex52ACA9340221b22332
Octal1222542516402412624362
Binary1010010101011001010100111010001010000110110010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52ACA9; }

 p { color: rgb(82,172,169); }

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

<style>
 a { background-color: #52ACA9; }

 a { background-color: rgb(82,172,169); }

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

<style>
 span { border-color: #52ACA9; }

 span { border-color: rgb(82,172,169); }

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