Html Css Color HEX #52FBAB Medium Aquamarine

📋 copy color: '#52FBAB'

red 82 ◦ green 251 ◦ blue 171

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

Shades of Medium Aquamarine #52FBAB

Tints of Medium Aquamarine #52FBAB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.8%

 BLUE value IS 171 (67.19% from 255) = 33.93%

R = 16.27%
G = 49.8%
B = 33.93%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#52FBAB (or 0x52FBAB) is known color: Medium Aquamarine. HEX triplet: 52, FB and AB. RGB value is (82,251,171). Sum of RGB (Red+Green+Blue) = 82+251+171=504 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.27% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #52FBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FBAB is #AD0454. Grayscale: #BFBFBF. Windows color (decimal): -11338837 or 11270994. OLE color: 11270994.

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

Color convert

RGB 82 251 171 -
CMYK 0.67 0 0.32 0.02
HSL 151.6º 0.95% 0.65% -
HSV(B) 151.6º 0.67% 0.98% -
XYZ 45.33 73.73 50.37 -
YUV 191.35 116.51 50 -
System Red Green Blue C M Y K H S L
Decimal 82 251 171 0.67 0 0.32 0.02 151.6 0.95 0.65
Hex 52 FB AB 43 0 20 2 98 5F 41
Octal 122 373 253 103 0 40 2 230 137 101
Binary 1010010 11111011 10101011 1000011 0 100000 10 10011000 1011111 1000001

Color Harmonies of #52FBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FBAB

Black with #52FBAB

Text Example


Text Example

White with #52FBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,251,171); }

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

background-color css

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

 a { background-color: rgb(82,251,171); }

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

border-color css

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

 span { border-color: rgb(82,251,171); }

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