Html Css Color HEX #52F297 Medium Aquamarine

📋 copy color: '#52F297'

red 82 ◦ green 242 ◦ blue 151

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

Shades of Medium Aquamarine #52F297

Tints of Medium Aquamarine #52F297

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.95%

 BLUE value IS 151 (59.38% from 255) = 31.79%

R = 17.26%
G = 50.95%
B = 31.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#52F297 (or 0x52F297) is known color: Medium Aquamarine. HEX triplet: 52, F2 and 97. RGB value is (82,242,151). Sum of RGB (Red+Green+Blue) = 82+242+151=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #52F297 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F297 is #AD0D68. Grayscale: #B7B7B7. Windows color (decimal): -11341161 or 9957970. OLE color: 9957970.

HSL color Cylindrical-coordinate representation of color #52F297: hue angle of 145.88º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F297 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 242 151 -
CMYK 0.66 0 0.38 0.05
HSL 145.88º 0.86% 0.64% -
HSV(B) 145.88º 0.66% 0.95% -
XYZ 40.82 67.53 40.16 -
YUV 183.79 109.49 55.4 -
System Red Green Blue C M Y K H S L
Decimal 82 242 151 0.66 0 0.38 0.05 145.88 0.86 0.64
Hex 52 F2 97 42 0 26 5 92 56 40
Octal 122 362 227 102 0 46 5 222 126 100
Binary 1010010 11110010 10010111 1000010 0 100110 101 10010010 1010110 1000000

Color Harmonies of #52F297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F297

Black with #52F297

Text Example


Text Example

White with #52F297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,242,151); }

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

background-color css

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

 a { background-color: rgb(82,242,151); }

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

border-color css

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

 span { border-color: rgb(82,242,151); }

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