#94FEE4

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

Shades of Aquamarine #94FEE4

Tints of Aquamarine #94FEE4

Color information

#94FEE4 (or 0x94FEE4) is unknown color: approx Aquamarine. HEX triplet: 94, FE and E4. RGB value is (148,254,228). Sum of RGB (Red+Green+Blue) = 148+254+228=630 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.49% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FEE4 is #6B011B. Grayscale: #DBDBDB. Windows color (decimal): -7012636 or 15007380. OLE color: 15007380.

HSL color Cylindrical-coordinate representation of color #94FEE4: hue angle of 165.28º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FEE4 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB148254228-
CMYK0.4200.100.00
HSL165.28º98.15%78.82%-
HSV(B)165.28º41.73%99.61%-
XYZ61.6682.7886.13-
YUV219.34132.8877.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.49%
GREEN value IS 254 (99.61% from 255) = 40.32%
BLUE value IS 228 (89.45% from 255) = 36.19%
R=23.49%
G=40.32%
B=36.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1482542280.4200.100.00165.2898.1578.82
Hex94FEE42A0A0a5624f
Octal224376344520120245142117
Binary1001010011111110111001001010100101001010010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,254,228); }

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

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

 a { background-color: rgb(148,254,228); }

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

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

 span { border-color: rgb(148,254,228); }

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