#5DFCBA

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

Shades of Aquamarine #5DFCBA

Tints of Aquamarine #5DFCBA

Color information

#5DFCBA (or 0x5DFCBA) is unknown color: approx Aquamarine. HEX triplet: 5D, FC and BA. RGB value is (93,252,186). Sum of RGB (Red+Green+Blue) = 93+252+186=531 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.51% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFCBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFCBA is #A20345. Grayscale: #C5C5C5. Windows color (decimal): -10617670 or 12254301. OLE color: 12254301.

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

Color convert

RGB93252186-
CMYK0.6300.260.01
HSL155.09º96.36%67.65%-
HSV(B)155.09º63.1%98.82%-
XYZ48.1975.4958.49-
YUV196.93121.8253.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.51%
GREEN value IS 252 (98.83% from 255) = 47.46%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=17.51%
G=47.46%
B=35.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal932521860.6300.260.01155.0996.3667.65
Hex5DFCBA3F01A19b6044
Octal135374272770321233140104
Binary1011101111111001011101011111101101011001101111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,252,186); }

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

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

 a { background-color: rgb(93,252,186); }

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

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

 span { border-color: rgb(93,252,186); }

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