#52AAAB

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

Shades of Cadet Blue #52AAAB

Tints of Cadet Blue #52AAAB

Color information

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

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

Color convert

RGB82170171-
CMYK0.520.0100.33
HSL180.67º35.18%49.61%-
HSV(B)180.67º52.05%67.06%-
XYZ25.2133.4843.66-
YUV143.8143.3583.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821701710.520.0100.33180.6735.1849.61
Hex52AAAB341021b52332
Octal1222522536410412654362
Binary101001010101010101010111101001010000110110101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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