#52ABAA

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

Shades of Cadet Blue #52ABAA

Tints of Cadet Blue #52ABAA

Color information

#52ABAA (or 0x52ABAA) is unknown color: approx Cadet Blue. HEX triplet: 52, AB and AA. RGB value is (82,171,170). Sum of RGB (Red+Green+Blue) = 82+171+170=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #52ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ABAA is #AD5455. Grayscale: #909090. Windows color (decimal): -11359318 or 11184978. OLE color: 11184978.

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

Color convert

RGB82171170-
CMYK0.5200.010.33
HSL179.33º35.18%49.61%-
HSV(B)179.33º52.05%67.06%-
XYZ25.333.8243.23-
YUV144.28142.5183.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.39%
GREEN value IS 171 (67.19% from 255) = 40.43%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=19.39%
G=40.43%
B=40.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821711700.5200.010.33179.3335.1849.61
Hex52ABAA340121b32332
Octal1222532526401412634362
Binary101001010101011101010101101000110000110110011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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