#94F7D5

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

Shades of Aquamarine #94F7D5

Tints of Aquamarine #94F7D5

Color information

#94F7D5 (or 0x94F7D5) is unknown color: approx Aquamarine. HEX triplet: 94, F7 and D5. RGB value is (148,247,213). Sum of RGB (Red+Green+Blue) = 148+247+213=608 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.34% from 608); Green value is 247 (96.88% from 255 or 40.62% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 247 - color contains mainly: green. Hex color #94F7D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F7D5 is #6B082A. Grayscale: #D5D5D5. Windows color (decimal): -7014443 or 14022548. OLE color: 14022548.

HSL color Cylindrical-coordinate representation of color #94F7D5: hue angle of 159.39º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F7D5 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB148247213-
CMYK0.4000.140.03
HSL159.39º86.09%77.45%-
HSV(B)159.39º40.08%96.86%-
XYZ57.4877.6274.9-
YUV213.52127.781.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.34%
GREEN value IS 247 (96.88% from 255) = 40.62%
BLUE value IS 213 (83.59% from 255) = 35.03%
R=24.34%
G=40.62%
B=35.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482472130.4000.140.03159.3986.0977.45
Hex94F7D5280E39f564d
Octal224367325500163237126115
Binary10010100111101111101010110100001110111001111110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,247,213); }

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

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

 a { background-color: rgb(148,247,213); }

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

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

 span { border-color: rgb(148,247,213); }

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