#94FCCC

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

Shades of Aquamarine #94FCCC

Tints of Aquamarine #94FCCC

Color information

#94FCCC (or 0x94FCCC) is unknown color: approx Aquamarine. HEX triplet: 94, FC and CC. RGB value is (148,252,204). Sum of RGB (Red+Green+Blue) = 148+252+204=604 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.50% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FCCC is #6B0333. Grayscale: #D7D7D7. Windows color (decimal): -7013172 or 13434004. OLE color: 13434004.

HSL color Cylindrical-coordinate representation of color #94FCCC: hue angle of 152.31º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FCCC is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB148252204-
CMYK0.4100.190.01
HSL152.31º94.55%78.43%-
HSV(B)152.31º41.27%98.82%-
XYZ57.9280.2869.57-
YUV215.43121.5479.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.50%
GREEN value IS 252 (98.83% from 255) = 41.72%
BLUE value IS 204 (80.08% from 255) = 33.77%
R=24.50%
G=41.72%
B=33.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482522040.4100.190.01152.3194.5578.43
Hex94FCCC290131985f4e
Octal224374314510231230137116
Binary10010100111111001100110010100101001111001100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,252,204); }

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

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

 a { background-color: rgb(148,252,204); }

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

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

 span { border-color: rgb(148,252,204); }

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