#94F3DA

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

Shades of Aquamarine #94F3DA

Tints of Aquamarine #94F3DA

Color information

#94F3DA (or 0x94F3DA) is unknown color: approx Aquamarine. HEX triplet: 94, F3 and DA. RGB value is (148,243,218). Sum of RGB (Red+Green+Blue) = 148+243+218=609 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.30% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #94F3DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F3DA is #6B0C25. Grayscale: #D3D3D3. Windows color (decimal): -7015462 or 14349204. OLE color: 14349204.

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

Color convert

RGB148243218-
CMYK0.3900.100.05
HSL164.21º79.83%76.67%-
HSV(B)164.21º39.09%95.29%-
XYZ56.9275.4677.89-
YUV211.74131.5382.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.30%
GREEN value IS 243 (95.31% from 255) = 39.90%
BLUE value IS 218 (85.55% from 255) = 35.80%
R=24.30%
G=39.90%
B=35.80%

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
Decimal1482432180.3900.100.05164.2179.8376.67
Hex94F3DA270A5a4504d
Octal224363332470125244120115
Binary100101001111001111011010100111010101011010010010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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