#52a9a3

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

Shades of Cadet Blue #52A9A3

Tints of Cadet Blue #52A9A3

Color information

#52A9A3 (or 0x52A9A3) is unknown color: approx Cadet Blue. HEX triplet: 52, A9 and A3. RGB value is (82,169,163). Sum of RGB (Red+Green+Blue) = 82+169+163=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #52A9A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A9A3 is #AD565C. Grayscale: #8E8E8E. Windows color (decimal): -11359837 or 10725714. OLE color: 10725714.

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

Color convert

RGB82169163-
CMYK0.5100.040.34
HSL175.86º34.66%49.22%-
HSV(B)175.86º51.48%66.27%-
XYZ24.2832.8139.7-
YUV142.3139.6884.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.81%
GREEN value IS 169 (66.41% from 255) = 40.82%
BLUE value IS 163 (64.06% from 255) = 39.37%
R=19.81%
G=40.82%
B=39.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal821691630.5100.040.34175.8634.6649.22
Hex52A9A3330422b02331
Octal1222512436304422604361
Binary10100101010100110100011110011010010001010110000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52a9a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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