#94F9E7

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

Shades of Aquamarine #94F9E7

Tints of Aquamarine #94F9E7

Color information

#94F9E7 (or 0x94F9E7) is unknown color: approx Aquamarine. HEX triplet: 94, F9 and E7. RGB value is (148,249,231). Sum of RGB (Red+Green+Blue) = 148+249+231=628 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.57% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #94F9E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F9E7 is #6B0618. Grayscale: #D8D8D8. Windows color (decimal): -7013913 or 15202708. OLE color: 15202708.

HSL color Cylindrical-coordinate representation of color #94F9E7: hue angle of 169.31º 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 #94F9E7 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB148249231-
CMYK0.4100.070.02
HSL169.31º89.38%77.84%-
HSV(B)169.31º40.56%97.65%-
XYZ60.5179.8287.82-
YUV216.75136.0478.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.57%
GREEN value IS 249 (97.66% from 255) = 39.65%
BLUE value IS 231 (90.62% from 255) = 36.78%
R=23.57%
G=39.65%
B=36.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482492310.4100.070.02169.3189.3877.84
Hex94F9E729072a9594e
Octal22437134751072251131116
Binary1001010011111001111001111010010111101010100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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