#94F1D9

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

Shades of Aquamarine #94F1D9

Tints of Aquamarine #94F1D9

Color information

#94F1D9 (or 0x94F1D9) is unknown color: approx Aquamarine. HEX triplet: 94, F1 and D9. RGB value is (148,241,217). Sum of RGB (Red+Green+Blue) = 148+241+217=606 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.42% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #94F1D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F1D9 is #6B0E26. Grayscale: #D2D2D2. Windows color (decimal): -7015975 or 14283156. OLE color: 14283156.

HSL color Cylindrical-coordinate representation of color #94F1D9: hue angle of 164.52º 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 #94F1D9 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB148241217-
CMYK0.3900.100.05
HSL164.52º76.86%76.27%-
HSV(B)164.52º38.59%94.51%-
XYZ56.1974.2277.01-
YUV210.46131.6983.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.42%
GREEN value IS 241 (94.53% from 255) = 39.77%
BLUE value IS 217 (85.16% from 255) = 35.81%
R=24.42%
G=39.77%
B=35.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482412170.3900.100.05164.5276.8676.27
Hex94F1D9270A5a54d4c
Octal224361331470125245115114
Binary100101001111000111011001100111010101011010010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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