#94FCC4

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

Shades of Magic Mint #94FCC4

Tints of Magic Mint #94FCC4

Color information

#94FCC4 (or 0x94FCC4) is unknown color: approx Magic Mint. HEX triplet: 94, FC and C4. RGB value is (148,252,196). Sum of RGB (Red+Green+Blue) = 148+252+196=596 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.83% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FCC4 is #6B033B. Grayscale: #D6D6D6. Windows color (decimal): -7013180 or 12909716. OLE color: 12909716.

HSL color Cylindrical-coordinate representation of color #94FCC4: hue angle of 147.69º 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 #94FCC4 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB148252196-
CMYK0.4100.220.01
HSL147.69º94.55%78.43%-
HSV(B)147.69º41.27%98.82%-
XYZ56.9979.964.64-
YUV214.52117.5480.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.83%
GREEN value IS 252 (98.83% from 255) = 42.28%
BLUE value IS 196 (76.95% from 255) = 32.89%
R=24.83%
G=42.28%
B=32.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482521960.4100.220.01147.6994.5578.43
Hex94FCC4290161945f4e
Octal224374304510261224137116
Binary10010100111111001100010010100101011011001010010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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