Html Css Color HEX #94F0C3 Magic Mint

📋 copy color: '#94F0C3'

red 148 ◦ green 240 ◦ blue 195

#94F0C3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #94F0C3

Tints of Magic Mint #94F0C3

RGB

 RED value IS 148 (58.2% from 255) = 25.39%

 GREEN value IS 240 (94.14% from 255) = 41.17%

 BLUE value IS 195 (76.56% from 255) = 33.45%

R = 25.39%
G = 41.17%
B = 33.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#94F0C3 (or 0x94F0C3) is known color: Magic Mint. HEX triplet: 94, F0 and C3. RGB value is (148,240,195). Sum of RGB (Red+Green+Blue) = 148+240+195=583 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.39% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #94F0C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F0C3 is #6B0F3C. Grayscale: #CFCFCF. Windows color (decimal): -7016253 or 12841108. OLE color: 12841108.

HSL color Cylindrical-coordinate representation of color #94F0C3: hue angle of 150.65º 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 #94F0C3 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 240 195 -
CMYK 0.38 0 0.19 0.06
HSL 150.65º 0.75% 0.76% -
HSV(B) 150.65º 0.38% 0.94% -
XYZ 53.22 72.56 62.83 -
YUV 207.36 121.02 85.66 -
System Red Green Blue C M Y K H S L
Decimal 148 240 195 0.38 0 0.19 0.06 150.65 0.75 0.76
Hex 94 F0 C3 26 0 13 6 97 4B 4C
Octal 224 360 303 46 0 23 6 227 113 114
Binary 10010100 11110000 11000011 100110 0 10011 110 10010111 1001011 1001100

Color Harmonies of #94F0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F0C3

Black with #94F0C3

Text Example


Text Example

White with #94F0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94F0C3;
 }
 .AnyTagClassName
 {
   color: #94F0C3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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