#94F5D6

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

Shades of Aquamarine #94F5D6

Tints of Aquamarine #94F5D6

Color information

#94F5D6 (or 0x94F5D6) is unknown color: approx Aquamarine. HEX triplet: 94, F5 and D6. RGB value is (148,245,214). Sum of RGB (Red+Green+Blue) = 148+245+214=607 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.38% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #94F5D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F5D6 is #6B0A29. Grayscale: #D4D4D4. Windows color (decimal): -7014954 or 14087572. OLE color: 14087572.

HSL color Cylindrical-coordinate representation of color #94F5D6: hue angle of 160.82º 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 #94F5D6 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB148245214-
CMYK0.4000.130.04
HSL160.82º82.91%77.06%-
HSV(B)160.82º39.59%96.08%-
XYZ5776.4675.37-
YUV212.46128.8682.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.38%
GREEN value IS 245 (96.09% from 255) = 40.36%
BLUE value IS 214 (83.98% from 255) = 35.26%
R=24.38%
G=40.36%
B=35.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1482452140.4000.130.04160.8282.9177.06
Hex94F5D6280D4a1534d
Octal224365326500154241123115
Binary100101001111010111010110101000011011001010000110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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