#5DFECA

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

Shades of Aquamarine #5DFECA

Tints of Aquamarine #5DFECA

Color information

#5DFECA (or 0x5DFECA) is unknown color: approx Aquamarine. HEX triplet: 5D, FE and CA. RGB value is (93,254,202). Sum of RGB (Red+Green+Blue) = 93+254+202=549 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.94% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFECA is #A20135. Grayscale: #C7C7C7. Windows color (decimal): -10617142 or 13303389. OLE color: 13303389.

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

Color convert

RGB93254202-
CMYK0.6300.200.00
HSL160.62º98.77%68.04%-
HSV(B)160.62º63.39%99.61%-
XYZ50.6277.4868.16-
YUV199.93129.1651.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.94%
GREEN value IS 254 (99.61% from 255) = 46.27%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=16.94%
G=46.27%
B=36.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal932542020.6300.200.00160.6298.7768.04
Hex5DFECA3F0140a16344
Octal135376312770240241143104
Binary1011101111111101100101011111101010001010000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,254,202); }

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

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

 a { background-color: rgb(93,254,202); }

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

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

 span { border-color: rgb(93,254,202); }

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