#52ABA4

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

Shades of Cadet Blue #52ABA4

Tints of Cadet Blue #52ABA4

Color information

#52ABA4 (or 0x52ABA4) is unknown color: approx Cadet Blue. HEX triplet: 52, AB and A4. RGB value is (82,171,164). Sum of RGB (Red+Green+Blue) = 82+171+164=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #52ABA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ABA4 is #AD545B. Grayscale: #8F8F8F. Windows color (decimal): -11359324 or 10791762. OLE color: 10791762.

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

Color convert

RGB82171164-
CMYK0.5200.040.33
HSL175.28º35.18%49.61%-
HSV(B)175.28º52.05%67.06%-
XYZ24.7433.640.3-
YUV143.59139.5184.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.66%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=19.66%
G=41.01%
B=39.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821711640.5200.040.33175.2835.1849.61
Hex52ABA4340421af2332
Octal1222532446404412574362
Binary10100101010101110100100110100010010000110101111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,171,164); }

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

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

 a { background-color: rgb(82,171,164); }

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

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

 span { border-color: rgb(82,171,164); }

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