#52FBA8

Color #52FBA8 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #52FBA8

Tints of Medium Aquamarine #52FBA8

Color information

#52FBA8 (or 0x52FBA8) is unknown color: approx Medium Aquamarine. HEX triplet: 52, FB and A8. RGB value is (82,251,168). Sum of RGB (Red+Green+Blue) = 82+251+168=501 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.37% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #52FBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FBA8 is #AD0457. Grayscale: #BFBFBF. Windows color (decimal): -11338840 or 11074386. OLE color: 11074386.

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

Color convert

RGB82251168-
CMYK0.6700.330.02
HSL150.53º95.48%65.29%-
HSV(B)150.53º67.33%98.43%-
XYZ45.0473.6248.88-
YUV191.01115.0150.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.37%
GREEN value IS 251 (98.44% from 255) = 50.10%
BLUE value IS 168 (66.02% from 255) = 33.53%
R=16.37%
G=50.10%
B=33.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal822511680.6700.330.02150.5395.4865.29
Hex52FBA8430212975f41
Octal1223732501030412227137101
Binary1010010111110111010100010000110100001101001011110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52FBA8;
 }
 .AnyTagClassName
 {
   color: #52FBA8;
 }
</style>
background-color css

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

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

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

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

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

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