#94F1E1

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

Shades of Aquamarine #94F1E1

Tints of Aquamarine #94F1E1

Color information

#94F1E1 (or 0x94F1E1) is unknown color: approx Aquamarine. HEX triplet: 94, F1 and E1. RGB value is (148,241,225). Sum of RGB (Red+Green+Blue) = 148+241+225=614 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.10% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #94F1E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F1E1 is #6B0E1E. Grayscale: #D3D3D3. Windows color (decimal): -7015967 or 14807444. OLE color: 14807444.

HSL color Cylindrical-coordinate representation of color #94F1E1: hue angle of 169.68º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F1E1 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB148241225-
CMYK0.3900.070.05
HSL169.68º76.86%76.27%-
HSV(B)169.68º38.59%94.51%-
XYZ57.2674.6482.62-
YUV211.37135.6982.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.10%
GREEN value IS 241 (94.53% from 255) = 39.25%
BLUE value IS 225 (88.28% from 255) = 36.64%
R=24.10%
G=39.25%
B=36.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482412250.3900.070.05169.6876.8676.27
Hex94F1E127075aa4d4c
Octal22436134147075252115114
Binary10010100111100011110000110011101111011010101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,241,225); }

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

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

 a { background-color: rgb(148,241,225); }

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

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

 span { border-color: rgb(148,241,225); }

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