#93F1E3

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

Shades of Aquamarine #93F1E3

Tints of Aquamarine #93F1E3

Color information

#93F1E3 (or 0x93F1E3) is unknown color: approx Aquamarine. HEX triplet: 93, F1 and E3. RGB value is (147,241,227). Sum of RGB (Red+Green+Blue) = 147+241+227=615 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.90% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F1E3 is #6C0E1C. Grayscale: #D3D3D3. Windows color (decimal): -7081501 or 14938515. OLE color: 14938515.

HSL color Cylindrical-coordinate representation of color #93F1E3: hue angle of 171.06º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F1E3 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB147241227-
CMYK0.3900.060.05
HSL171.06º77.05%76.08%-
HSV(B)171.06º39%94.51%-
XYZ57.3574.6684.06-
YUV211.3136.8682.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.90%
GREEN value IS 241 (94.53% from 255) = 39.19%
BLUE value IS 227 (89.06% from 255) = 36.91%
R=23.90%
G=39.19%
B=36.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472412270.3900.060.05171.0677.0576.08
Hex93F1E327065ab4d4c
Octal22336134347065253115114
Binary10010011111100011110001110011101101011010101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,241,227); }

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

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

 a { background-color: rgb(147,241,227); }

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

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

 span { border-color: rgb(147,241,227); }

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