#5DFBCE

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

Shades of Aquamarine #5DFBCE

Tints of Aquamarine #5DFBCE

Color information

#5DFBCE (or 0x5DFBCE) is unknown color: approx Aquamarine. HEX triplet: 5D, FB and CE. RGB value is (93,251,206). Sum of RGB (Red+Green+Blue) = 93+251+206=550 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.91% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFBCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFBCE is #A20431. Grayscale: #C6C6C6. Windows color (decimal): -10617906 or 13564765. OLE color: 13564765.

HSL color Cylindrical-coordinate representation of color #5DFBCE: hue angle of 162.91º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFBCE is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB93251206-
CMYK0.6300.180.02
HSL162.91º95.18%67.45%-
HSV(B)162.91º62.95%98.43%-
XYZ50.1575.7870.38-
YUV198.63132.1552.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.91%
GREEN value IS 251 (98.44% from 255) = 45.64%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=16.91%
G=45.64%
B=37.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal932512060.6300.180.02162.9195.1867.45
Hex5DFBCE3F0122a35f43
Octal135373316770222243137103
Binary10111011111101111001110111111010010101010001110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,251,206); }

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

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

 a { background-color: rgb(93,251,206); }

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

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

 span { border-color: rgb(93,251,206); }

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