#93FCDE

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

Shades of Aquamarine #93FCDE

Tints of Aquamarine #93FCDE

Color information

#93FCDE (or 0x93FCDE) is unknown color: approx Aquamarine. HEX triplet: 93, FC and DE. RGB value is (147,252,222). Sum of RGB (Red+Green+Blue) = 147+252+222=621 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.67% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FCDE is #6C0321. Grayscale: #D9D9D9. Windows color (decimal): -7078690 or 14613651. OLE color: 14613651.

HSL color Cylindrical-coordinate representation of color #93FCDE: hue angle of 162.86º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FCDE is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB147252222-
CMYK0.4200.120.01
HSL162.86º94.59%78.24%-
HSV(B)162.86º41.67%98.82%-
XYZ60.0381.181.6-
YUV217.18130.7177.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.67%
GREEN value IS 252 (98.83% from 255) = 40.58%
BLUE value IS 222 (87.11% from 255) = 35.75%
R=23.67%
G=40.58%
B=35.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472522220.4200.120.01162.8694.5978.24
Hex93FCDE2A0C1a35f4e
Octal223374336520141243137116
Binary1001001111111100110111101010100110011010001110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,252,222); }

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

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

 a { background-color: rgb(147,252,222); }

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

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

 span { border-color: rgb(147,252,222); }

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