#94FEDB

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

Shades of Aquamarine #94FEDB

Tints of Aquamarine #94FEDB

Color information

#94FEDB (or 0x94FEDB) is unknown color: approx Aquamarine. HEX triplet: 94, FE and DB. RGB value is (148,254,219). Sum of RGB (Red+Green+Blue) = 148+254+219=621 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.83% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FEDB is #6B0124. Grayscale: #DADADA. Windows color (decimal): -7012645 or 14417556. OLE color: 14417556.

HSL color Cylindrical-coordinate representation of color #94FEDB: hue angle of 160.19º 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 #94FEDB is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB148254219-
CMYK0.4200.140.00
HSL160.19º98.15%78.82%-
HSV(B)160.19º41.73%99.61%-
XYZ60.4482.2979.72-
YUV218.32128.3877.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.83%
GREEN value IS 254 (99.61% from 255) = 40.90%
BLUE value IS 219 (85.94% from 255) = 35.27%
R=23.83%
G=40.90%
B=35.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1482542190.4200.140.00160.1998.1578.82
Hex94FEDB2A0E0a0624f
Octal224376333520160240142117
Binary1001010011111110110110111010100111001010000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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