#94F2CC

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

Shades of Magic Mint #94F2CC

Tints of Magic Mint #94F2CC

Color information

#94F2CC (or 0x94F2CC) is unknown color: approx Magic Mint. HEX triplet: 94, F2 and CC. RGB value is (148,242,204). Sum of RGB (Red+Green+Blue) = 148+242+204=594 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.92% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #94F2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F2CC is #6B0D33. Grayscale: #D1D1D1. Windows color (decimal): -7015732 or 13431444. OLE color: 13431444.

HSL color Cylindrical-coordinate representation of color #94F2CC: hue angle of 155.74º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F2CC is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB148242204-
CMYK0.3900.160.05
HSL155.74º78.33%76.47%-
HSV(B)155.74º38.84%94.9%-
XYZ54.8674.1668.55-
YUV209.56124.8684.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.92%
GREEN value IS 242 (94.92% from 255) = 40.74%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=24.92%
G=40.74%
B=34.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482422040.3900.160.05155.7478.3376.47
Hex94F2CC2701059c4e4c
Octal224362314470205234116114
Binary1001010011110010110011001001110100001011001110010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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