Html Css Color HEX #52CCAF Medium Aquamarine

📋 copy color: '#52CCAF'

red 82 ◦ green 204 ◦ blue 175

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

Shades of Medium Aquamarine #52CCAF

Tints of Medium Aquamarine #52CCAF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.25%

 BLUE value IS 175 (68.75% from 255) = 37.96%

R = 17.79%
G = 44.25%
B = 37.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#52CCAF (or 0x52CCAF) is known color: Medium Aquamarine. HEX triplet: 52, CC and AF. RGB value is (82,204,175). Sum of RGB (Red+Green+Blue) = 82+204+175=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CCAF is #AD3350. Grayscale: #A4A4A4. Windows color (decimal): -11350865 or 11521106. OLE color: 11521106.

HSL color Cylindrical-coordinate representation of color #52CCAF: hue angle of 165.74º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CCAF is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 204 175 -
CMYK 0.60 0 0.14 0.2
HSL 165.74º 0.54% 0.56% -
HSV(B) 165.74º 0.6% 0.8% -
XYZ 32.81 48.07 48.11 -
YUV 164.22 134.08 69.36 -
System Red Green Blue C M Y K H S L
Decimal 82 204 175 0.60 0 0.14 0.2 165.74 0.54 0.56
Hex 52 CC AF 3C 0 E 14 A6 36 38
Octal 122 314 257 74 0 16 24 246 66 70
Binary 1010010 11001100 10101111 111100 0 1110 10100 10100110 110110 111000

Color Harmonies of #52CCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CCAF

Black with #52CCAF

Text Example


Text Example

White with #52CCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,204,175); }

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

background-color css

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

 a { background-color: rgb(82,204,175); }

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

border-color css

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

 span { border-color: rgb(82,204,175); }

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