Html Css Color HEX #52ABA9 Cadet Blue

📋 copy color: '#52ABA9'

red 82 ◦ green 171 ◦ blue 169

#52ABA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #52ABA9

Tints of Cadet Blue #52ABA9

RGB

 RED value IS 82 (32.42% from 255) = 19.43%

 GREEN value IS 171 (67.19% from 255) = 40.52%

 BLUE value IS 169 (66.41% from 255) = 40.05%

R = 19.43%
G = 40.52%
B = 40.05%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#52ABA9 (or 0x52ABA9) is known color: Cadet Blue. HEX triplet: 52, AB and A9. RGB value is (82,171,169). Sum of RGB (Red+Green+Blue) = 82+171+169=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #52ABA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ABA9 is #AD5456. Grayscale: #909090. Windows color (decimal): -11359319 or 11119442. OLE color: 11119442.

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

Color convert

RGB 82 171 169 -
CMYK 0.52 0 0.01 0.33
HSL 178.65º 0.35% 0.5% -
HSV(B) 178.65º 0.52% 0.67% -
XYZ 25.2 33.78 42.73 -
YUV 144.16 142.01 83.66 -
System Red Green Blue C M Y K H S L
Decimal 82 171 169 0.52 0 0.01 0.33 178.65 0.35 0.5
Hex 52 AB A9 34 0 1 21 B3 23 32
Octal 122 253 251 64 0 1 41 263 43 62
Binary 1010010 10101011 10101001 110100 0 1 100001 10110011 100011 110010

Color Harmonies of #52ABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ABA9

Black with #52ABA9

Text Example


Text Example

White with #52ABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52ABA9;
 }
 .AnyTagClassName
 {
   color: #52ABA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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