Html Css Color HEX #94F7C9 Magic Mint

📋 copy color: '#94F7C9'

red 148 ◦ green 247 ◦ blue 201

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

Shades of Magic Mint #94F7C9

Tints of Magic Mint #94F7C9

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.44%

 BLUE value IS 201 (78.91% from 255) = 33.72%

R = 24.83%
G = 41.44%
B = 33.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#94F7C9 (or 0x94F7C9) is known color: Magic Mint. HEX triplet: 94, F7 and C9. RGB value is (148,247,201). Sum of RGB (Red+Green+Blue) = 148+247+201=596 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.83% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #94F7C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F7C9 is #6B0836. Grayscale: #D4D4D4. Windows color (decimal): -7014455 or 13236116. OLE color: 13236116.

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

Color convert

RGB 148 247 201 -
CMYK 0.40 0 0.19 0.03
HSL 152.12º 0.86% 0.77% -
HSV(B) 152.12º 0.4% 0.97% -
XYZ 56.02 77.03 67.18 -
YUV 212.16 121.7 82.24 -
System Red Green Blue C M Y K H S L
Decimal 148 247 201 0.40 0 0.19 0.03 152.12 0.86 0.77
Hex 94 F7 C9 28 0 13 3 98 56 4D
Octal 224 367 311 50 0 23 3 230 126 115
Binary 10010100 11110111 11001001 101000 0 10011 11 10011000 1010110 1001101

Color Harmonies of #94F7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F7C9

Black with #94F7C9

Text Example


Text Example

White with #94F7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,247,201); }

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

background-color css

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

 a { background-color: rgb(148,247,201); }

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

border-color css

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

 span { border-color: rgb(148,247,201); }

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