#94F8E7

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

Shades of Aquamarine #94F8E7

Tints of Aquamarine #94F8E7

Color information

#94F8E7 (or 0x94F8E7) is unknown color: approx Aquamarine. HEX triplet: 94, F8 and E7. RGB value is (148,248,231). Sum of RGB (Red+Green+Blue) = 148+248+231=627 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.60% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #94F8E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F8E7 is #6B0718. Grayscale: #D8D8D8. Windows color (decimal): -7014169 or 15202452. OLE color: 15202452.

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

Color convert

RGB148248231-
CMYK0.4000.070.03
HSL169.8º87.72%77.65%-
HSV(B)169.8º40.32%97.25%-
XYZ60.279.287.72-
YUV216.16136.3779.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.60%
GREEN value IS 248 (97.27% from 255) = 39.55%
BLUE value IS 231 (90.62% from 255) = 36.84%
R=23.60%
G=39.55%
B=36.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482482310.4000.070.03169.887.7277.65
Hex94F8E728073aa584e
Octal22437034750073252130116
Binary1001010011111000111001111010000111111010101010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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