#93EFDB

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

Shades of Aquamarine #93EFDB

Tints of Aquamarine #93EFDB

Color information

#93EFDB (or 0x93EFDB) is unknown color: approx Aquamarine. HEX triplet: 93, EF and DB. RGB value is (147,239,219). Sum of RGB (Red+Green+Blue) = 147+239+219=605 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.30% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFDB is #6C1024. Grayscale: #D1D1D1. Windows color (decimal): -7082021 or 14413715. OLE color: 14413715.

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

Color convert

RGB147239219-
CMYK0.3800.080.06
HSL166.96º74.19%75.69%-
HSV(B)166.96º38.49%93.73%-
XYZ55.6973.0578.18-
YUV209.21133.5283.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.30%
GREEN value IS 239 (93.75% from 255) = 39.50%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=24.30%
G=39.50%
B=36.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472392190.3800.080.06166.9674.1975.69
Hex93EFDB26086a74a4c
Octal223357333460106247112114
Binary100100111110111111011011100110010001101010011110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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