#5DFEB5

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

Shades of Aquamarine #5DFEB5

Tints of Aquamarine #5DFEB5

Color information

#5DFEB5 (or 0x5DFEB5) is unknown color: approx Aquamarine. HEX triplet: 5D, FE and B5. RGB value is (93,254,181). Sum of RGB (Red+Green+Blue) = 93+254+181=528 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.61% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFEB5 is #A2014A. Grayscale: #C5C5C5. Windows color (decimal): -10617163 or 11927133. OLE color: 11927133.

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

Color convert

RGB93254181-
CMYK0.6300.290.00
HSL152.8º98.77%68.04%-
HSV(B)152.8º63.39%99.61%-
XYZ48.376.5555.95-
YUV197.54118.6653.44-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.61%
GREEN value IS 254 (99.61% from 255) = 48.11%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=17.61%
G=48.11%
B=34.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal932541810.6300.290.00152.898.7768.04
Hex5DFEB53F01D0996344
Octal135376265770350231143104
Binary1011101111111101011010111111101110101001100111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,254,181); }

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

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

 a { background-color: rgb(93,254,181); }

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

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

 span { border-color: rgb(93,254,181); }

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