#93EFD8

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

Shades of Aquamarine #93EFD8

Tints of Aquamarine #93EFD8

Color information

#93EFD8 (or 0x93EFD8) is unknown color: approx Aquamarine. HEX triplet: 93, EF and D8. RGB value is (147,239,216). Sum of RGB (Red+Green+Blue) = 147+239+216=602 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.42% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFD8 is #6C1027. Grayscale: #D0D0D0. Windows color (decimal): -7082024 or 14217107. OLE color: 14217107.

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

Color convert

RGB147239216-
CMYK0.3800.100.06
HSL165º74.19%75.69%-
HSV(B)165º38.49%93.73%-
XYZ55.2972.8976.12-
YUV208.87132.0283.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.42%
GREEN value IS 239 (93.75% from 255) = 39.70%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=24.42%
G=39.70%
B=35.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472392160.3800.100.0616574.1975.69
Hex93EFD8260A6a54a4c
Octal223357330460126245112114
Binary100100111110111111011000100110010101101010010110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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