#5DFFB6

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

Shades of Aquamarine #5DFFB6

Tints of Aquamarine #5DFFB6

Color information

#5DFFB6 (or 0x5DFFB6) is unknown color: approx Aquamarine. HEX triplet: 5D, FF and B6. RGB value is (93,255,182). Sum of RGB (Red+Green+Blue) = 93+255+182=530 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.55% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFFB6 is #A20049. Grayscale: #C6C6C6. Windows color (decimal): -10616906 or 11992925. OLE color: 11992925.

HSL color Cylindrical-coordinate representation of color #5DFFB6: hue angle of 152.96º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DFFB6 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB93255182-
CMYK0.6400.290
HSL152.96º100%68.24%-
HSV(B)152.96º63.53%100%-
XYZ48.7277.2256.59-
YUV198.24118.8352.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.55%
GREEN value IS 255 (100% from 255) = 48.11%
BLUE value IS 182 (71.48% from 255) = 34.34%
R=17.55%
G=48.11%
B=34.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal932551820.6400.290152.9610068.24
Hex5DFFB64001D0996444
Octal1353772661000350231144104
Binary10111011111111110110110100000001110101001100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DFFB6; }

 p { color: rgb(93,255,182); }

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

<style>
 a { background-color: #5DFFB6; }

 a { background-color: rgb(93,255,182); }

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

<style>
 span { border-color: #5DFFB6; }

 span { border-color: rgb(93,255,182); }

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