#94FFCF

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

Shades of Aquamarine #94FFCF

Tints of Aquamarine #94FFCF

Color information

#94FFCF (or 0x94FFCF) is unknown color: approx Aquamarine. HEX triplet: 94, FF and CF. RGB value is (148,255,207). Sum of RGB (Red+Green+Blue) = 148+255+207=610 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.26% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FFCF is #6B0030. Grayscale: #D9D9D9. Windows color (decimal): -7012401 or 13631380. OLE color: 13631380.

HSL color Cylindrical-coordinate representation of color #94FFCF: hue angle of 153.08º 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 #94FFCF is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB148255207-
CMYK0.4200.190
HSL153.08º100%79.02%-
HSV(B)153.08º41.96%100%-
XYZ59.2482.3271.8-
YUV217.54122.0578.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.26%
GREEN value IS 255 (100% from 255) = 41.80%
BLUE value IS 207 (81.25% from 255) = 33.93%
R=24.26%
G=41.80%
B=33.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1482552070.4200.190153.0810079.02
Hex94FFCF2A013099644f
Octal224377317520230231144117
Binary10010100111111111100111110101001001101001100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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