#52A0AC

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

Shades of Cadet Blue #52A0AC

Tints of Cadet Blue #52A0AC

Color information

#52A0AC (or 0x52A0AC) is unknown color: approx Cadet Blue. HEX triplet: 52, A0 and AC. RGB value is (82,160,172). Sum of RGB (Red+Green+Blue) = 82+160+172=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #52A0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A0AC is #AD5F53. Grayscale: #898989. Windows color (decimal): -11362132 or 11313234. OLE color: 11313234.

HSL color Cylindrical-coordinate representation of color #52A0AC: hue angle of 188º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52A0AC is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82160172-
CMYK0.520.0700.33
HSL188º35.43%49.8%-
HSV(B)188º52.33%67.45%-
XYZ23.529.9143.57-
YUV138.05147.1688.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.81%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=19.81%
G=38.65%
B=41.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821601720.520.0700.3318835.4349.8
Hex52A0AC347021bc2332
Octal1222402546470412744362
Binary10100101010000010101100110100111010000110111100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,160,172); }

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

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

 a { background-color: rgb(82,160,172); }

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

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

 span { border-color: rgb(82,160,172); }

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