Html Css Color HEX #52FAA3 Medium Aquamarine

📋 copy color: '#52FAA3'

red 82 ◦ green 250 ◦ blue 163

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

Shades of Medium Aquamarine #52FAA3

Tints of Medium Aquamarine #52FAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.93%

R = 16.57%
G = 50.51%
B = 32.93%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#52FAA3 (or 0x52FAA3) is known color: Medium Aquamarine. HEX triplet: 52, FA and A3. RGB value is (82,250,163). Sum of RGB (Red+Green+Blue) = 82+250+163=495 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.57% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #52FAA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FAA3 is #AD055C. Grayscale: #BEBEBE. Windows color (decimal): -11339101 or 10746450. OLE color: 10746450.

HSL color Cylindrical-coordinate representation of color #52FAA3: hue angle of 148.93º 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 #52FAA3 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 250 163 -
CMYK 0.67 0 0.35 0.02
HSL 148.93º 0.94% 0.65% -
HSV(B) 148.93º 0.67% 0.98% -
XYZ 44.28 72.81 46.37 -
YUV 189.85 112.84 51.07 -
System Red Green Blue C M Y K H S L
Decimal 82 250 163 0.67 0 0.35 0.02 148.93 0.94 0.65
Hex 52 FA A3 43 0 23 2 95 5E 41
Octal 122 372 243 103 0 43 2 225 136 101
Binary 1010010 11111010 10100011 1000011 0 100011 10 10010101 1011110 1000001

Color Harmonies of #52FAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FAA3

Black with #52FAA3

Text Example


Text Example

White with #52FAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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