#52AAA5

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

Shades of Cadet Blue #52AAA5

Tints of Cadet Blue #52AAA5

Color information

#52AAA5 (or 0x52AAA5) is unknown color: approx Cadet Blue. HEX triplet: 52, AA and A5. RGB value is (82,170,165). Sum of RGB (Red+Green+Blue) = 82+170+165=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #52AAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AAA5 is #AD555A. Grayscale: #8F8F8F. Windows color (decimal): -11359579 or 10857042. OLE color: 10857042.

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

Color convert

RGB82170165-
CMYK0.5200.030.33
HSL176.59º34.92%49.41%-
HSV(B)176.59º51.76%66.67%-
XYZ24.6533.2640.72-
YUV143.12140.3584.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.66%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 165 (64.84% from 255) = 39.57%
R=19.66%
G=40.77%
B=39.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821701650.5200.030.33176.5934.9249.41
Hex52AAA5340321b12331
Octal1222522456403412614361
Binary1010010101010101010010111010001110000110110001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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