#94F5D2

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

Shades of Aquamarine #94F5D2

Tints of Aquamarine #94F5D2

Color information

#94F5D2 (or 0x94F5D2) is unknown color: approx Aquamarine. HEX triplet: 94, F5 and D2. RGB value is (148,245,210). Sum of RGB (Red+Green+Blue) = 148+245+210=603 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.54% from 603); Green value is 245 (96.09% from 255 or 40.63% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 245 - color contains mainly: green. Hex color #94F5D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F5D2 is #6B0A2D. Grayscale: #D4D4D4. Windows color (decimal): -7014958 or 13825428. OLE color: 13825428.

HSL color Cylindrical-coordinate representation of color #94F5D2: hue angle of 158.35º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F5D2 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB148245210-
CMYK0.4000.140.04
HSL158.35º82.91%77.06%-
HSV(B)158.35º39.59%96.08%-
XYZ56.576.2572.71-
YUV212.01126.8682.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.54%
GREEN value IS 245 (96.09% from 255) = 40.63%
BLUE value IS 210 (82.42% from 255) = 34.83%
R=24.54%
G=40.63%
B=34.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1482452100.4000.140.04158.3582.9177.06
Hex94F5D2280E49e534d
Octal224365322500164236123115
Binary100101001111010111010010101000011101001001111010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,245,210); }

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

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

 a { background-color: rgb(148,245,210); }

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

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

 span { border-color: rgb(148,245,210); }

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