#93f5ce

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

Shades of Aquamarine #93F5CE

Tints of Aquamarine #93F5CE

Color information

#93F5CE (or 0x93F5CE) is unknown color: approx Aquamarine. HEX triplet: 93, F5 and CE. RGB value is (147,245,206). Sum of RGB (Red+Green+Blue) = 147+245+206=598 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.58% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 245 - color contains mainly: green. Hex color #93F5CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F5CE is #6C0A31. Grayscale: #D3D3D3. Windows color (decimal): -7080498 or 13563283. OLE color: 13563283.

HSL color Cylindrical-coordinate representation of color #93F5CE: hue angle of 156.12º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F5CE is Cyan = 0.4, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB147245206-
CMYK0.400.160.04
HSL156.12º83.05%76.86%-
HSV(B)156.12º40%96.08%-
XYZ55.8375.9670.11-
YUV211.25125.0382.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.58%
GREEN value IS 245 (96.09% from 255) = 40.97%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=24.58%
G=40.97%
B=34.45%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1472452060.400.160.04156.1283.0576.86
Hex93F5CE2801049c534d
Octal223365316500204234123115
Binary1001001111110101110011101010000100001001001110010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93f5ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,245,206); }

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

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

 a { background-color: rgb(147,245,206); }

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

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

 span { border-color: rgb(147,245,206); }

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