#52ABA8

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

Shades of Cadet Blue #52ABA8

Tints of Cadet Blue #52ABA8

Color information

#52ABA8 (or 0x52ABA8) is unknown color: approx Cadet Blue. HEX triplet: 52, AB and A8. RGB value is (82,171,168). Sum of RGB (Red+Green+Blue) = 82+171+168=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #52ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ABA8 is #AD5457. Grayscale: #8F8F8F. Windows color (decimal): -11359320 or 11053906. OLE color: 11053906.

HSL color Cylindrical-coordinate representation of color #52ABA8: hue angle of 177.98º 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 #52ABA8 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB82171168-
CMYK0.5200.020.33
HSL177.98º35.18%49.61%-
HSV(B)177.98º52.05%67.06%-
XYZ25.1133.7542.24-
YUV144.05141.5183.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.48%
GREEN value IS 171 (67.19% from 255) = 40.62%
BLUE value IS 168 (66.02% from 255) = 39.90%
R=19.48%
G=40.62%
B=39.90%

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
Decimal821711680.5200.020.33177.9835.1849.61
Hex52ABA8340221b22332
Octal1222532506402412624362
Binary1010010101010111010100011010001010000110110010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,171,168); }

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

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

 a { background-color: rgb(82,171,168); }

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

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

 span { border-color: rgb(82,171,168); }

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