Html Css Color HEX #52F397 Medium Aquamarine

📋 copy color: '#52F397'

red 82 ◦ green 243 ◦ blue 151

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

Shades of Medium Aquamarine #52F397

Tints of Medium Aquamarine #52F397

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.05%

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

R = 17.23%
G = 51.05%
B = 31.72%

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

#52F397 (or 0x52F397) is known color: Medium Aquamarine. HEX triplet: 52, F3 and 97. RGB value is (82,243,151). Sum of RGB (Red+Green+Blue) = 82+243+151=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #52F397 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F397 is #AD0C68. Grayscale: #B8B8B8. Windows color (decimal): -11340905 or 9958226. OLE color: 9958226.

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

Color convert

RGB 82 243 151 -
CMYK 0.66 0 0.38 0.05
HSL 145.71º 0.87% 0.64% -
HSV(B) 145.71º 0.66% 0.95% -
XYZ 41.12 68.13 40.26 -
YUV 184.37 109.16 54.98 -
System Red Green Blue C M Y K H S L
Decimal 82 243 151 0.66 0 0.38 0.05 145.71 0.87 0.64
Hex 52 F3 97 42 0 26 5 92 57 40
Octal 122 363 227 102 0 46 5 222 127 100
Binary 1010010 11110011 10010111 1000010 0 100110 101 10010010 1010111 1000000

Color Harmonies of #52F397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F397

Black with #52F397

Text Example


Text Example

White with #52F397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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