#52A29A

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

Shades of Cadet Blue #52A29A

Tints of Cadet Blue #52A29A

Color information

#52A29A (or 0x52A29A) is unknown color: approx Cadet Blue. HEX triplet: 52, A2 and 9A. RGB value is (82,162,154). Sum of RGB (Red+Green+Blue) = 82+162+154=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #52A29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A29A is #AD5D65. Grayscale: #898989. Windows color (decimal): -11361638 or 10134098. OLE color: 10134098.

HSL color Cylindrical-coordinate representation of color #52A29A: hue angle of 174º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A29A is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB82162154-
CMYK0.4900.050.36
HSL174º32.79%47.84%-
HSV(B)174º49.38%63.53%-
XYZ22.2329.9735.18-
YUV137.17137.588.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.60%
GREEN value IS 162 (63.67% from 255) = 40.70%
BLUE value IS 154 (60.55% from 255) = 38.69%
R=20.60%
G=40.70%
B=38.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821621540.4900.050.3617432.7947.84
Hex52A29A310524ae2130
Octal1222422326105442564160
Binary10100101010001010011010110001010110010010101110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,162,154); }

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

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

 a { background-color: rgb(82,162,154); }

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

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

 span { border-color: rgb(82,162,154); }

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