#94FAD5

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

Shades of Aquamarine #94FAD5

Tints of Aquamarine #94FAD5

Color information

#94FAD5 (or 0x94FAD5) is unknown color: approx Aquamarine. HEX triplet: 94, FA and D5. RGB value is (148,250,213). Sum of RGB (Red+Green+Blue) = 148+250+213=611 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.22% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #94FAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FAD5 is #6B052A. Grayscale: #D7D7D7. Windows color (decimal): -7013675 or 14023316. OLE color: 14023316.

HSL color Cylindrical-coordinate representation of color #94FAD5: hue angle of 158.24º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FAD5 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB148250213-
CMYK0.4100.150.02
HSL158.24º91.07%78.04%-
HSV(B)158.24º40.8%98.04%-
XYZ58.4179.4775.21-
YUV215.28126.7180.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.22%
GREEN value IS 250 (98.05% from 255) = 40.92%
BLUE value IS 213 (83.59% from 255) = 34.86%
R=24.22%
G=40.92%
B=34.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482502130.4100.150.02158.2491.0778.04
Hex94FAD5290F29e5b4e
Octal224372325510172236133116
Binary10010100111110101101010110100101111101001111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,250,213); }

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

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

 a { background-color: rgb(148,250,213); }

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

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

 span { border-color: rgb(148,250,213); }

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