#94F9D9

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

Shades of Aquamarine #94F9D9

Tints of Aquamarine #94F9D9

Color information

#94F9D9 (or 0x94F9D9) is unknown color: approx Aquamarine. HEX triplet: 94, F9 and D9. RGB value is (148,249,217). Sum of RGB (Red+Green+Blue) = 148+249+217=614 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.10% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #94F9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F9D9 is #6B0626. Grayscale: #D7D7D7. Windows color (decimal): -7013927 or 14285204. OLE color: 14285204.

HSL color Cylindrical-coordinate representation of color #94F9D9: hue angle of 160.99º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94F9D9 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB148249217-
CMYK0.4100.130.02
HSL160.99º89.38%77.84%-
HSV(B)160.99º40.56%97.65%-
XYZ58.6179.0677.82-
YUV215.15129.0480.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.10%
GREEN value IS 249 (97.66% from 255) = 40.55%
BLUE value IS 217 (85.16% from 255) = 35.34%
R=24.10%
G=40.55%
B=35.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482492170.4100.130.02160.9989.3877.84
Hex94F9D9290D2a1594e
Octal224371331510152241131116
Binary10010100111110011101100110100101101101010000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,249,217); }

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

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

 a { background-color: rgb(148,249,217); }

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

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

 span { border-color: rgb(148,249,217); }

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