#94FCEA

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

Shades of Aquamarine #94FCEA

Tints of Aquamarine #94FCEA

Color information

#94FCEA (or 0x94FCEA) is unknown color: approx Aquamarine. HEX triplet: 94, FC and EA. RGB value is (148,252,234). Sum of RGB (Red+Green+Blue) = 148+252+234=634 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.34% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FCEA is #6B0315. Grayscale: #DADADA. Windows color (decimal): -7013142 or 15400084. OLE color: 15400084.

HSL color Cylindrical-coordinate representation of color #94FCEA: hue angle of 169.62º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FCEA is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB148252234-
CMYK0.4100.070.01
HSL169.62º94.55%78.43%-
HSV(B)169.62º41.27%98.82%-
XYZ61.8781.8690.38-
YUV218.85136.5477.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.34%
GREEN value IS 252 (98.83% from 255) = 39.75%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=23.34%
G=39.75%
B=36.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482522340.4100.070.01169.6294.5578.43
Hex94FCEA29071aa5f4e
Octal22437435251071252137116
Binary100101001111110011101010101001011111010101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,252,234); }

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

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

 a { background-color: rgb(148,252,234); }

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

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

 span { border-color: rgb(148,252,234); }

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