#93F0DB

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

Shades of Aquamarine #93F0DB

Tints of Aquamarine #93F0DB

Color information

#93F0DB (or 0x93F0DB) is unknown color: approx Aquamarine. HEX triplet: 93, F0 and DB. RGB value is (147,240,219). Sum of RGB (Red+Green+Blue) = 147+240+219=606 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.26% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F0DB is #6C0F24. Grayscale: #D1D1D1. Windows color (decimal): -7081765 or 14413971. OLE color: 14413971.

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

Color convert

RGB147240219-
CMYK0.3900.090.06
HSL166.45º75.61%75.88%-
HSV(B)166.45º38.75%94.12%-
XYZ55.9873.6478.28-
YUV209.8133.1983.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.26%
GREEN value IS 240 (94.14% from 255) = 39.60%
BLUE value IS 219 (85.94% from 255) = 36.14%
R=24.26%
G=39.60%
B=36.14%

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
Decimal1472402190.3900.090.06166.4575.6175.88
Hex93F0DB27096a64c4c
Octal223360333470116246114114
Binary100100111111000011011011100111010011101010011010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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