#93EFDA

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

Shades of Aquamarine #93EFDA

Tints of Aquamarine #93EFDA

Color information

#93EFDA (or 0x93EFDA) is unknown color: approx Aquamarine. HEX triplet: 93, EF and DA. RGB value is (147,239,218). Sum of RGB (Red+Green+Blue) = 147+239+218=604 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.34% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFDA is #6C1025. Grayscale: #D1D1D1. Windows color (decimal): -7082022 or 14348179. OLE color: 14348179.

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

Color convert

RGB147239218-
CMYK0.3800.090.06
HSL166.3º74.19%75.69%-
HSV(B)166.3º38.49%93.73%-
XYZ55.557377.49-
YUV209.1133.0283.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.34%
GREEN value IS 239 (93.75% from 255) = 39.57%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=24.34%
G=39.57%
B=36.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472392180.3800.090.06166.374.1975.69
Hex93EFDA26096a64a4c
Octal223357332460116246112114
Binary100100111110111111011010100110010011101010011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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