#94FFD1

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

Shades of Aquamarine #94FFD1

Tints of Aquamarine #94FFD1

Color information

#94FFD1 (or 0x94FFD1) is unknown color: approx Aquamarine. HEX triplet: 94, FF and D1. RGB value is (148,255,209). Sum of RGB (Red+Green+Blue) = 148+255+209=612 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.18% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FFD1 is #6B002E. Grayscale: #D9D9D9. Windows color (decimal): -7012399 or 13762452. OLE color: 13762452.

HSL color Cylindrical-coordinate representation of color #94FFD1: hue angle of 154.21º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FFD1 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB148255209-
CMYK0.4200.180
HSL154.21º100%79.02%-
HSV(B)154.21º41.96%100%-
XYZ59.4882.4273.1-
YUV217.76123.0578.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.18%
GREEN value IS 255 (100% from 255) = 41.67%
BLUE value IS 209 (82.03% from 255) = 34.15%
R=24.18%
G=41.67%
B=34.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1482552090.4200.180154.2110079.02
Hex94FFD12A01209a644f
Octal224377321520220232144117
Binary10010100111111111101000110101001001001001101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,255,209); }

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

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

 a { background-color: rgb(148,255,209); }

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

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

 span { border-color: rgb(148,255,209); }

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