#93FEDD

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

Shades of Aquamarine #93FEDD

Tints of Aquamarine #93FEDD

Color information

#93FEDD (or 0x93FEDD) is unknown color: approx Aquamarine. HEX triplet: 93, FE and DD. RGB value is (147,254,221). Sum of RGB (Red+Green+Blue) = 147+254+221=622 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.63% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #93FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FEDD is #6C0122. Grayscale: #DADADA. Windows color (decimal): -7078179 or 14548627. OLE color: 14548627.

HSL color Cylindrical-coordinate representation of color #93FEDD: hue angle of 161.5º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FEDD is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB147254221-
CMYK0.4200.130.00
HSL161.5º98.17%78.63%-
HSV(B)161.5º42.13%99.61%-
XYZ60.5382.3181.1-
YUV218.24129.5577.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.63%
GREEN value IS 254 (99.61% from 255) = 40.84%
BLUE value IS 221 (86.72% from 255) = 35.53%
R=23.63%
G=40.84%
B=35.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1472542210.4200.130.00161.598.1778.63
Hex93FEDD2A0D0a1624f
Octal223376335520150241142117
Binary1001001111111110110111011010100110101010000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93FEDD; }

 p { color: rgb(147,254,221); }

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

<style>
 a { background-color: #93FEDD; }

 a { background-color: rgb(147,254,221); }

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

<style>
 span { border-color: #93FEDD; }

 span { border-color: rgb(147,254,221); }

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