#94EFDC

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

Shades of Aquamarine #94EFDC

Tints of Aquamarine #94EFDC

Color information

#94EFDC (or 0x94EFDC) is unknown color: approx Aquamarine. HEX triplet: 94, EF and DC. RGB value is (148,239,220). Sum of RGB (Red+Green+Blue) = 148+239+220=607 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.38% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EFDC is #6B1023. Grayscale: #D1D1D1. Windows color (decimal): -7016484 or 14479252. OLE color: 14479252.

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

Color convert

RGB148239220-
CMYK0.3800.080.06
HSL167.47º73.98%75.88%-
HSV(B)167.47º38.08%93.73%-
XYZ5673.278.89-
YUV209.62133.8584.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.38%
GREEN value IS 239 (93.75% from 255) = 39.37%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=24.38%
G=39.37%
B=36.24%

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
Decimal1482392200.3800.080.06167.4773.9875.88
Hex94EFDC26086a74a4c
Octal224357334460106247112114
Binary100101001110111111011100100110010001101010011110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94EFDC; }

 p { color: rgb(148,239,220); }

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

<style>
 a { background-color: #94EFDC; }

 a { background-color: rgb(148,239,220); }

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

<style>
 span { border-color: #94EFDC; }

 span { border-color: rgb(148,239,220); }

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