Html Css Color HEX #52ABA5 Cadet Blue

📋 copy color: '#52ABA5'

red 82 ◦ green 171 ◦ blue 165

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

Shades of Cadet Blue #52ABA5

Tints of Cadet Blue #52ABA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.47%

R = 19.62%
G = 40.91%
B = 39.47%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#52ABA5 (or 0x52ABA5) is known color: Cadet Blue. HEX triplet: 52, AB and A5. RGB value is (82,171,165). Sum of RGB (Red+Green+Blue) = 82+171+165=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #52ABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ABA5 is #AD545A. Grayscale: #8F8F8F. Windows color (decimal): -11359323 or 10857298. OLE color: 10857298.

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

Color convert

RGB 82 171 165 -
CMYK 0.52 0 0.04 0.33
HSL 175.96º 0.35% 0.5% -
HSV(B) 175.96º 0.52% 0.67% -
XYZ 24.83 33.64 40.78 -
YUV 143.71 140.01 83.99 -
System Red Green Blue C M Y K H S L
Decimal 82 171 165 0.52 0 0.04 0.33 175.96 0.35 0.5
Hex 52 AB A5 34 0 4 21 B0 23 32
Octal 122 253 245 64 0 4 41 260 43 62
Binary 1010010 10101011 10100101 110100 0 100 100001 10110000 100011 110010

Color Harmonies of #52ABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ABA5

Black with #52ABA5

Text Example


Text Example

White with #52ABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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