#93EFDD

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

Shades of Aquamarine #93EFDD

Tints of Aquamarine #93EFDD

Color information

#93EFDD (or 0x93EFDD) is unknown color: approx Aquamarine. HEX triplet: 93, EF and DD. RGB value is (147,239,221). Sum of RGB (Red+Green+Blue) = 147+239+221=607 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.22% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFDD is #6C1022. Grayscale: #D1D1D1. Windows color (decimal): -7082019 or 14544787. OLE color: 14544787.

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

Color convert

RGB147239221-
CMYK0.3800.080.06
HSL168.26º74.19%75.69%-
HSV(B)168.26º38.49%93.73%-
XYZ55.9573.1679.58-
YUV209.44134.5283.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.22%
GREEN value IS 239 (93.75% from 255) = 39.37%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=24.22%
G=39.37%
B=36.41%

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
Decimal1472392210.3800.080.06168.2674.1975.69
Hex93EFDD26086a84a4c
Octal223357335460106250112114
Binary100100111110111111011101100110010001101010100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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