#93F0DA

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

Shades of Aquamarine #93F0DA

Tints of Aquamarine #93F0DA

Color information

#93F0DA (or 0x93F0DA) is unknown color: approx Aquamarine. HEX triplet: 93, F0 and DA. RGB value is (147,240,218). Sum of RGB (Red+Green+Blue) = 147+240+218=605 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.30% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F0DA is #6C0F25. Grayscale: #D1D1D1. Windows color (decimal): -7081766 or 14348435. OLE color: 14348435.

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

Color convert

RGB147240218-
CMYK0.3900.090.06
HSL165.81º75.61%75.88%-
HSV(B)165.81º38.75%94.12%-
XYZ55.8573.5977.59-
YUV209.68132.6983.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.30%
GREEN value IS 240 (94.14% from 255) = 39.67%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=24.30%
G=39.67%
B=36.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472402180.3900.090.06165.8175.6175.88
Hex93F0DA27096a64c4c
Octal223360332470116246114114
Binary100100111111000011011010100111010011101010011010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,240,218); }

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

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

 a { background-color: rgb(147,240,218); }

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

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

 span { border-color: rgb(147,240,218); }

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