#52AAA4

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

Shades of Cadet Blue #52AAA4

Tints of Cadet Blue #52AAA4

Color information

#52AAA4 (or 0x52AAA4) is unknown color: approx Cadet Blue. HEX triplet: 52, AA and A4. RGB value is (82,170,164). Sum of RGB (Red+Green+Blue) = 82+170+164=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #52AAA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AAA4 is #AD555B. Grayscale: #8E8E8E. Windows color (decimal): -11359580 or 10791506. OLE color: 10791506.

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

Color convert

RGB82170164-
CMYK0.5200.040.33
HSL175.91º34.92%49.41%-
HSV(B)175.91º51.76%66.67%-
XYZ24.5633.2240.24-
YUV143139.8584.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.71%
GREEN value IS 170 (66.80% from 255) = 40.87%
BLUE value IS 164 (64.45% from 255) = 39.42%
R=19.71%
G=40.87%
B=39.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821701640.5200.040.33175.9134.9249.41
Hex52AAA4340421b02331
Octal1222522446404412604361
Binary10100101010101010100100110100010010000110110000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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