Html Css Color HEX #52CF9F Medium Aquamarine

📋 copy color: '#52CF9F'

red 82 ◦ green 207 ◦ blue 159

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

Shades of Medium Aquamarine #52CF9F

Tints of Medium Aquamarine #52CF9F

RGB

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

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

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

R = 18.3%
G = 46.21%
B = 35.49%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#52CF9F (or 0x52CF9F) is known color: Medium Aquamarine. HEX triplet: 52, CF and 9F. RGB value is (82,207,159). Sum of RGB (Red+Green+Blue) = 82+207+159=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CF9F is #AD3060. Grayscale: #A4A4A4. Windows color (decimal): -11350113 or 10473298. OLE color: 10473298.

HSL color Cylindrical-coordinate representation of color #52CF9F: hue angle of 156.96º 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 #52CF9F is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 207 159 -
CMYK 0.60 0 0.23 0.19
HSL 156.96º 0.57% 0.57% -
HSV(B) 156.96º 0.6% 0.81% -
XYZ 32.05 48.92 40.55 -
YUV 164.15 125.09 69.4 -
System Red Green Blue C M Y K H S L
Decimal 82 207 159 0.60 0 0.23 0.19 156.96 0.57 0.57
Hex 52 CF 9F 3C 0 17 13 9D 39 39
Octal 122 317 237 74 0 27 23 235 71 71
Binary 1010010 11001111 10011111 111100 0 10111 10011 10011101 111001 111001

Color Harmonies of #52CF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CF9F

Black with #52CF9F

Text Example


Text Example

White with #52CF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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