#52A1AC

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

Shades of Cadet Blue #52A1AC

Tints of Cadet Blue #52A1AC

Color information

#52A1AC (or 0x52A1AC) is unknown color: approx Cadet Blue. HEX triplet: 52, A1 and AC. RGB value is (82,161,172). Sum of RGB (Red+Green+Blue) = 82+161+172=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #52A1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A1AC is #AD5E53. Grayscale: #8A8A8A. Windows color (decimal): -11361876 or 11313490. OLE color: 11313490.

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

Color convert

RGB82161172-
CMYK0.520.0600.33
HSL187.33º35.43%49.8%-
HSV(B)187.33º52.33%67.45%-
XYZ23.6730.2643.62-
YUV138.63146.8387.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.76%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=19.76%
G=38.80%
B=41.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821611720.520.0600.33187.3335.4349.8
Hex52A1AC346021bb2332
Octal1222412546460412734362
Binary10100101010000110101100110100110010000110111011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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