Html Css Color HEX #52CEAF Medium Aquamarine

📋 copy color: '#52CEAF'

red 82 ◦ green 206 ◦ blue 175

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

Shades of Medium Aquamarine #52CEAF

Tints of Medium Aquamarine #52CEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.49%

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

R = 17.71%
G = 44.49%
B = 37.8%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#52CEAF (or 0x52CEAF) is known color: Medium Aquamarine. HEX triplet: 52, CE and AF. RGB value is (82,206,175). Sum of RGB (Red+Green+Blue) = 82+206+175=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #52CEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CEAF is #AD3150. Grayscale: #A5A5A5. Windows color (decimal): -11350353 or 11521618. OLE color: 11521618.

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

Color convert

RGB 82 206 175 -
CMYK 0.60 0 0.15 0.19
HSL 165º 0.56% 0.56% -
HSV(B) 165º 0.6% 0.81% -
XYZ 33.29 49.03 48.27 -
YUV 165.39 133.42 68.52 -
System Red Green Blue C M Y K H S L
Decimal 82 206 175 0.60 0 0.15 0.19 165 0.56 0.56
Hex 52 CE AF 3C 0 F 13 A5 38 38
Octal 122 316 257 74 0 17 23 245 70 70
Binary 1010010 11001110 10101111 111100 0 1111 10011 10100101 111000 111000

Color Harmonies of #52CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CEAF

Black with #52CEAF

Text Example


Text Example

White with #52CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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