#5DFBCD

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

Shades of Aquamarine #5DFBCD

Tints of Aquamarine #5DFBCD

Color information

#5DFBCD (or 0x5DFBCD) is unknown color: approx Aquamarine. HEX triplet: 5D, FB and CD. RGB value is (93,251,205). Sum of RGB (Red+Green+Blue) = 93+251+205=549 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.94% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFBCD is #A20432. Grayscale: #C6C6C6. Windows color (decimal): -10617907 or 13499229. OLE color: 13499229.

HSL color Cylindrical-coordinate representation of color #5DFBCD: hue angle of 162.53º 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 #5DFBCD is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB93251205-
CMYK0.6300.180.02
HSL162.53º95.18%67.45%-
HSV(B)162.53º62.95%98.43%-
XYZ50.0375.7369.74-
YUV198.51131.6552.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.94%
GREEN value IS 251 (98.44% from 255) = 45.72%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=16.94%
G=45.72%
B=37.34%

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
Decimal932512050.6300.180.02162.5395.1867.45
Hex5DFBCD3F0122a35f43
Octal135373315770222243137103
Binary10111011111101111001101111111010010101010001110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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