#94F0CA

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

Shades of Magic Mint #94F0CA

Tints of Magic Mint #94F0CA

Color information

#94F0CA (or 0x94F0CA) is unknown color: approx Magic Mint. HEX triplet: 94, F0 and CA. RGB value is (148,240,202). Sum of RGB (Red+Green+Blue) = 148+240+202=590 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.08% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #94F0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F0CA is #6B0F35. Grayscale: #D0D0D0. Windows color (decimal): -7016246 or 13299860. OLE color: 13299860.

HSL color Cylindrical-coordinate representation of color #94F0CA: hue angle of 155.22º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94F0CA is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB148240202-
CMYK0.3800.160.06
HSL155.22º75.41%76.08%-
HSV(B)155.22º38.33%94.12%-
XYZ54.0372.8867.1-
YUV208.16124.5285.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.08%
GREEN value IS 240 (94.14% from 255) = 40.68%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=25.08%
G=40.68%
B=34.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482402020.3800.160.06155.2275.4176.08
Hex94F0CA2601069b4b4c
Octal224360312460206233113114
Binary1001010011110000110010101001100100001101001101110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,240,202); }

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

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

 a { background-color: rgb(148,240,202); }

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

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

 span { border-color: rgb(148,240,202); }

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