#52A6A2

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

Shades of Cadet Blue #52A6A2

Tints of Cadet Blue #52A6A2

Color information

#52A6A2 (or 0x52A6A2) is unknown color: approx Cadet Blue. HEX triplet: 52, A6 and A2. RGB value is (82,166,162). Sum of RGB (Red+Green+Blue) = 82+166+162=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 166 - color contains mainly: green. Hex color #52A6A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A6A2 is #AD595D. Grayscale: #8C8C8C. Windows color (decimal): -11360606 or 10659410. OLE color: 10659410.

HSL color Cylindrical-coordinate representation of color #52A6A2: hue angle of 177.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A6A2 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB82166162-
CMYK0.5100.020.35
HSL177.14º33.87%48.63%-
HSV(B)177.14º50.6%65.1%-
XYZ23.6431.6739.05-
YUV140.43140.1786.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20%
GREEN value IS 166 (65.23% from 255) = 40.49%
BLUE value IS 162 (63.67% from 255) = 39.51%
R=20%
G=40.49%
B=39.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821661620.5100.020.35177.1433.8748.63
Hex52A6A2330223b12231
Octal1222462426302432614261
Binary1010010101001101010001011001101010001110110001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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