Html Css Color HEX #52CFAA Medium Aquamarine

📋 copy color: '#52CFAA'

red 82 ◦ green 207 ◦ blue 170

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

Shades of Medium Aquamarine #52CFAA

Tints of Medium Aquamarine #52CFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.1%

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 17.86%
G = 45.1%
B = 37.04%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#52CFAA (or 0x52CFAA) is known color: Medium Aquamarine. HEX triplet: 52, CF and AA. RGB value is (82,207,170). Sum of RGB (Red+Green+Blue) = 82+207+170=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #52CFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CFAA is #AD3055. Grayscale: #A5A5A5. Windows color (decimal): -11350102 or 11194194. OLE color: 11194194.

HSL color Cylindrical-coordinate representation of color #52CFAA: hue angle of 162.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CFAA is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 207 170 -
CMYK 0.60 0 0.18 0.19
HSL 162.24º 0.57% 0.57% -
HSV(B) 162.24º 0.6% 0.81% -
XYZ 33.05 49.32 45.81 -
YUV 165.41 130.59 68.51 -
System Red Green Blue C M Y K H S L
Decimal 82 207 170 0.60 0 0.18 0.19 162.24 0.57 0.57
Hex 52 CF AA 3C 0 12 13 A2 39 39
Octal 122 317 252 74 0 22 23 242 71 71
Binary 1010010 11001111 10101010 111100 0 10010 10011 10100010 111001 111001

Color Harmonies of #52CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CFAA

Black with #52CFAA

Text Example


Text Example

White with #52CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,207,170); }

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

background-color css

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

 a { background-color: rgb(82,207,170); }

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

border-color css

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

 span { border-color: rgb(82,207,170); }

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