#52A39B

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

Shades of Cadet Blue #52A39B

Tints of Cadet Blue #52A39B

Color information

#52A39B (or 0x52A39B) is unknown color: approx Cadet Blue. HEX triplet: 52, A3 and 9B. RGB value is (82,163,155). Sum of RGB (Red+Green+Blue) = 82+163+155=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #52A39B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A39B is #AD5C64. Grayscale: #898989. Windows color (decimal): -11361381 or 10199890. OLE color: 10199890.

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

Color convert

RGB82163155-
CMYK0.5000.050.36
HSL174.07º33.06%48.04%-
HSV(B)174.07º49.69%63.92%-
XYZ22.4930.3535.68-
YUV137.87137.6688.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.5%
GREEN value IS 163 (64.06% from 255) = 40.75%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=20.5%
G=40.75%
B=38.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821631550.5000.050.36174.0733.0648.04
Hex52A39B320524ae2130
Octal1222432336205442564160
Binary10100101010001110011011110010010110010010101110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,163,155); }

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

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

 a { background-color: rgb(82,163,155); }

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

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

 span { border-color: rgb(82,163,155); }

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