Html Css Color HEX #52A49F Cadet Blue

📋 copy color: '#52A49F'

red 82 ◦ green 164 ◦ blue 159

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

Shades of Cadet Blue #52A49F

Tints of Cadet Blue #52A49F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.49%

 BLUE value IS 159 (62.5% from 255) = 39.26%

R = 20.25%
G = 40.49%
B = 39.26%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#52A49F (or 0x52A49F) is known color: Cadet Blue. HEX triplet: 52, A4 and 9F. RGB value is (82,164,159). Sum of RGB (Red+Green+Blue) = 82+164+159=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #52A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A49F is #AD5B60. Grayscale: #8A8A8A. Windows color (decimal): -11361121 or 10462290. OLE color: 10462290.

HSL color Cylindrical-coordinate representation of color #52A49F: hue angle of 176.34º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A49F is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 164 159 -
CMYK 0.5 0 0.03 0.36
HSL 176.34º 0.33% 0.48% -
HSV(B) 176.34º 0.5% 0.64% -
XYZ 23.01 30.85 37.54 -
YUV 138.91 139.33 87.41 -
System Red Green Blue C M Y K H S L
Decimal 82 164 159 0.5 0 0.03 0.36 176.34 0.33 0.48
Hex 52 A4 9F 32 0 3 24 B0 21 30
Octal 122 244 237 62 0 3 44 260 41 60
Binary 1010010 10100100 10011111 110010 0 11 100100 10110000 100001 110000

Color Harmonies of #52A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A49F

Black with #52A49F

Text Example


Text Example

White with #52A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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