#94F7DC

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

Shades of Aquamarine #94F7DC

Tints of Aquamarine #94F7DC

Color information

#94F7DC (or 0x94F7DC) is unknown color: approx Aquamarine. HEX triplet: 94, F7 and DC. RGB value is (148,247,220). Sum of RGB (Red+Green+Blue) = 148+247+220=615 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.07% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 247 - color contains mainly: green. Hex color #94F7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F7DC is #6B0823. Grayscale: #D6D6D6. Windows color (decimal): -7014436 or 14481300. OLE color: 14481300.

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

Color convert

RGB148247220-
CMYK0.4000.110.03
HSL163.64º86.09%77.45%-
HSV(B)163.64º40.08%96.86%-
XYZ58.3977.9879.69-
YUV214.32131.280.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.07%
GREEN value IS 247 (96.88% from 255) = 40.16%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=24.07%
G=40.16%
B=35.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482472200.4000.110.03163.6486.0977.45
Hex94F7DC280B3a4564d
Octal224367334500133244126115
Binary10010100111101111101110010100001011111010010010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,247,220); }

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

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

 a { background-color: rgb(148,247,220); }

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

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

 span { border-color: rgb(148,247,220); }

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