#94F8C8

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

Shades of Magic Mint #94F8C8

Tints of Magic Mint #94F8C8

Color information

#94F8C8 (or 0x94F8C8) is unknown color: approx Magic Mint. HEX triplet: 94, F8 and C8. RGB value is (148,248,200). Sum of RGB (Red+Green+Blue) = 148+248+200=596 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.83% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #94F8C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F8C8 is #6B0737. Grayscale: #D4D4D4. Windows color (decimal): -7014200 or 13170836. OLE color: 13170836.

HSL color Cylindrical-coordinate representation of color #94F8C8: hue angle of 151.2º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F8C8 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB148248200-
CMYK0.4000.190.03
HSL151.2º87.72%77.65%-
HSV(B)151.2º40.32%97.25%-
XYZ56.2177.666.66-
YUV212.63120.8781.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.83%
GREEN value IS 248 (97.27% from 255) = 41.61%
BLUE value IS 200 (78.52% from 255) = 33.56%
R=24.83%
G=41.61%
B=33.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482482000.4000.190.03151.287.7277.65
Hex94F8C828013397584e
Octal224370310500233227130116
Binary100101001111100011001000101000010011111001011110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,248,200); }

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

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

 a { background-color: rgb(148,248,200); }

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

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

 span { border-color: rgb(148,248,200); }

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