#93F1D3

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

Shades of Aquamarine #93F1D3

Tints of Aquamarine #93F1D3

Color information

#93F1D3 (or 0x93F1D3) is unknown color: approx Aquamarine. HEX triplet: 93, F1 and D3. RGB value is (147,241,211). Sum of RGB (Red+Green+Blue) = 147+241+211=599 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.54% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F1D3 is #6C0E2C. Grayscale: #D1D1D1. Windows color (decimal): -7081517 or 13889939. OLE color: 13889939.

HSL color Cylindrical-coordinate representation of color #93F1D3: hue angle of 160.85º 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 #93F1D3 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB147241211-
CMYK0.3900.120.05
HSL160.85º77.05%76.08%-
HSV(B)160.85º39%94.51%-
XYZ55.2573.8272.96-
YUV209.47128.8683.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.54%
GREEN value IS 241 (94.53% from 255) = 40.23%
BLUE value IS 211 (82.81% from 255) = 35.23%
R=24.54%
G=40.23%
B=35.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472412110.3900.120.05160.8577.0576.08
Hex93F1D3270C5a14d4c
Octal223361323470145241115114
Binary100100111111000111010011100111011001011010000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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