#5DFCB4

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

Shades of Aquamarine #5DFCB4

Tints of Aquamarine #5DFCB4

Color information

#5DFCB4 (or 0x5DFCB4) is unknown color: approx Aquamarine. HEX triplet: 5D, FC and B4. RGB value is (93,252,180). Sum of RGB (Red+Green+Blue) = 93+252+180=525 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.71% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFCB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFCB4 is #A2034B. Grayscale: #C4C4C4. Windows color (decimal): -10617676 or 11861085. OLE color: 11861085.

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

Color convert

RGB93252180-
CMYK0.6300.290.01
HSL152.83º96.36%67.65%-
HSV(B)152.83º63.1%98.82%-
XYZ47.5675.2455.2-
YUV196.25118.8254.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.71%
GREEN value IS 252 (98.83% from 255) = 48%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=17.71%
G=48%
B=34.29%

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
Decimal932521800.6300.290.01152.8396.3667.65
Hex5DFCB43F01D1996044
Octal135374264770351231140104
Binary1011101111111001011010011111101110111001100111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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