Html Css Color HEX #52FAA0 Medium Aquamarine

📋 copy color: '#52FAA0'

red 82 ◦ green 250 ◦ blue 160

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

Shades of Medium Aquamarine #52FAA0

Tints of Medium Aquamarine #52FAA0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.81%

 BLUE value IS 160 (62.89% from 255) = 32.52%

R = 16.67%
G = 50.81%
B = 32.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#52FAA0 (or 0x52FAA0) is known color: Medium Aquamarine. HEX triplet: 52, FA and A0. RGB value is (82,250,160). Sum of RGB (Red+Green+Blue) = 82+250+160=492 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.67% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #52FAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FAA0 is #AD055F. Grayscale: #BDBDBD. Windows color (decimal): -11339104 or 10549842. OLE color: 10549842.

HSL color Cylindrical-coordinate representation of color #52FAA0: hue angle of 147.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FAA0 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 250 160 -
CMYK 0.67 0 0.36 0.02
HSL 147.86º 0.94% 0.65% -
HSV(B) 147.86º 0.67% 0.98% -
XYZ 44.01 72.7 44.97 -
YUV 189.51 111.34 51.32 -
System Red Green Blue C M Y K H S L
Decimal 82 250 160 0.67 0 0.36 0.02 147.86 0.94 0.65
Hex 52 FA A0 43 0 24 2 94 5E 41
Octal 122 372 240 103 0 44 2 224 136 101
Binary 1010010 11111010 10100000 1000011 0 100100 10 10010100 1011110 1000001

Color Harmonies of #52FAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FAA0

Black with #52FAA0

Text Example


Text Example

White with #52FAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,250,160); }

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

background-color css

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

 a { background-color: rgb(82,250,160); }

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

border-color css

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

 span { border-color: rgb(82,250,160); }

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