#5DFFB0

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

Shades of Aquamarine #5DFFB0

Tints of Aquamarine #5DFFB0

Color information

#5DFFB0 (or 0x5DFFB0) is unknown color: approx Aquamarine. HEX triplet: 5D, FF and B0. RGB value is (93,255,176). Sum of RGB (Red+Green+Blue) = 93+255+176=524 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.75% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFFB0 is #A2004F. Grayscale: #C5C5C5. Windows color (decimal): -10616912 or 11599709. OLE color: 11599709.

HSL color Cylindrical-coordinate representation of color #5DFFB0: hue angle of 150.74º 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 #5DFFB0 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB93255176-
CMYK0.6400.310
HSL150.74º100%68.24%-
HSV(B)150.74º63.53%100%-
XYZ48.1176.9853.4-
YUV197.56115.8353.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.75%
GREEN value IS 255 (100% from 255) = 48.66%
BLUE value IS 176 (69.14% from 255) = 33.59%
R=17.75%
G=48.66%
B=33.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal932551760.6400.310150.7410068.24
Hex5DFFB04001F0976444
Octal1353772601000370227144104
Binary10111011111111110110000100000001111101001011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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