#93EFD3

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

Shades of Aquamarine #93EFD3

Tints of Aquamarine #93EFD3

Color information

#93EFD3 (or 0x93EFD3) is unknown color: approx Aquamarine. HEX triplet: 93, EF and D3. RGB value is (147,239,211). Sum of RGB (Red+Green+Blue) = 147+239+211=597 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.62% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFD3 is #6C102C. Grayscale: #D0D0D0. Windows color (decimal): -7082029 or 13889427. OLE color: 13889427.

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

Color convert

RGB147239211-
CMYK0.3800.120.06
HSL161.74º74.19%75.69%-
HSV(B)161.74º38.49%93.73%-
XYZ54.6672.6472.77-
YUV208.3129.5284.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.62%
GREEN value IS 239 (93.75% from 255) = 40.03%
BLUE value IS 211 (82.81% from 255) = 35.34%
R=24.62%
G=40.03%
B=35.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472392110.3800.120.06161.7474.1975.69
Hex93EFD3260C6a24a4c
Octal223357323460146242112114
Binary100100111110111111010011100110011001101010001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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