#52A39A

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

Shades of Cadet Blue #52A39A

Tints of Cadet Blue #52A39A

Color information

#52A39A (or 0x52A39A) is unknown color: approx Cadet Blue. HEX triplet: 52, A3 and 9A. RGB value is (82,163,154). Sum of RGB (Red+Green+Blue) = 82+163+154=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #52A39A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A39A is #AD5C65. Grayscale: #898989. Windows color (decimal): -11361382 or 10134354. OLE color: 10134354.

HSL color Cylindrical-coordinate representation of color #52A39A: hue angle of 173.33º 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 #52A39A is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB82163154-
CMYK0.5000.060.36
HSL173.33º33.06%48.04%-
HSV(B)173.33º49.69%63.92%-
XYZ22.4130.3235.24-
YUV137.76137.1688.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.55%
GREEN value IS 163 (64.06% from 255) = 40.85%
BLUE value IS 154 (60.55% from 255) = 38.60%
R=20.55%
G=40.85%
B=38.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821631540.5000.060.36173.3333.0648.04
Hex52A39A320624ad2130
Octal1222432326206442554160
Binary10100101010001110011010110010011010010010101101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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