#5DFCB2

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

Shades of Aquamarine #5DFCB2

Tints of Aquamarine #5DFCB2

Color information

#5DFCB2 (or 0x5DFCB2) is unknown color: approx Aquamarine. HEX triplet: 5D, FC and B2. RGB value is (93,252,178). Sum of RGB (Red+Green+Blue) = 93+252+178=523 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.78% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFCB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFCB2 is #A2034D. Grayscale: #C4C4C4. Windows color (decimal): -10617678 or 11730013. OLE color: 11730013.

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

Color convert

RGB93252178-
CMYK0.6300.290.01
HSL152.08º96.36%67.65%-
HSV(B)152.08º63.1%98.82%-
XYZ47.3675.1654.13-
YUV196.02117.8254.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.78%
GREEN value IS 252 (98.83% from 255) = 48.18%
BLUE value IS 178 (69.92% from 255) = 34.03%
R=17.78%
G=48.18%
B=34.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal932521780.6300.290.01152.0896.3667.65
Hex5DFCB23F01D1986044
Octal135374262770351230140104
Binary1011101111111001011001011111101110111001100011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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