#94F3D4

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

Shades of Aquamarine #94F3D4

Tints of Aquamarine #94F3D4

Color information

#94F3D4 (or 0x94F3D4) is unknown color: approx Aquamarine. HEX triplet: 94, F3 and D4. RGB value is (148,243,212). Sum of RGB (Red+Green+Blue) = 148+243+212=603 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.54% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 243 - color contains mainly: green. Hex color #94F3D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F3D4 is #6B0C2B. Grayscale: #D3D3D3. Windows color (decimal): -7015468 or 13955988. OLE color: 13955988.

HSL color Cylindrical-coordinate representation of color #94F3D4: hue angle of 160.42º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F3D4 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB148243212-
CMYK0.3900.130.05
HSL160.42º79.83%76.67%-
HSV(B)160.42º39.09%95.29%-
XYZ56.1575.1573.83-
YUV211.06128.5383.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.54%
GREEN value IS 243 (95.31% from 255) = 40.30%
BLUE value IS 212 (83.20% from 255) = 35.16%
R=24.54%
G=40.30%
B=35.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482432120.3900.130.05160.4279.8376.67
Hex94F3D4270D5a0504d
Octal224363324470155240120115
Binary100101001111001111010100100111011011011010000010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,243,212); }

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

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

 a { background-color: rgb(148,243,212); }

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

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

 span { border-color: rgb(148,243,212); }

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