Html Css Color HEX #52F299 Medium Aquamarine

📋 copy color: '#52F299'

red 82 ◦ green 242 ◦ blue 153

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

Shades of Medium Aquamarine #52F299

Tints of Medium Aquamarine #52F299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.08%

R = 17.19%
G = 50.73%
B = 32.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#52F299 (or 0x52F299) is known color: Medium Aquamarine. HEX triplet: 52, F2 and 99. RGB value is (82,242,153). Sum of RGB (Red+Green+Blue) = 82+242+153=477 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.19% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #52F299 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F299 is #AD0D66. Grayscale: #B8B8B8. Windows color (decimal): -11341159 or 10089042. OLE color: 10089042.

HSL color Cylindrical-coordinate representation of color #52F299: hue angle of 146.62º 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 #52F299 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 242 153 -
CMYK 0.66 0 0.37 0.05
HSL 146.63º 0.86% 0.64% -
HSV(B) 146.63º 0.66% 0.95% -
XYZ 40.98 67.6 41.02 -
YUV 184.01 110.49 55.24 -
System Red Green Blue C M Y K H S L
Decimal 82 242 153 0.66 0 0.37 0.05 146.63 0.86 0.64
Hex 52 F2 99 42 0 25 5 93 56 40
Octal 122 362 231 102 0 45 5 223 126 100
Binary 1010010 11110010 10011001 1000010 0 100101 101 10010011 1010110 1000000

Color Harmonies of #52F299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F299

Black with #52F299

Text Example


Text Example

White with #52F299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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