Html Css Color HEX #94F9C9 Magic Mint

📋 copy color: '#94F9C9'

red 148 ◦ green 249 ◦ blue 201

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

Shades of Magic Mint #94F9C9

Tints of Magic Mint #94F9C9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.64%

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

R = 24.75%
G = 41.64%
B = 33.61%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#94F9C9 (or 0x94F9C9) is known color: Magic Mint. HEX triplet: 94, F9 and C9. RGB value is (148,249,201). Sum of RGB (Red+Green+Blue) = 148+249+201=598 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.75% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #94F9C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F9C9 is #6B0636. Grayscale: #D5D5D5. Windows color (decimal): -7013943 or 13236628. OLE color: 13236628.

HSL color Cylindrical-coordinate representation of color #94F9C9: hue angle of 151.49º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94F9C9 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 249 201 -
CMYK 0.41 0 0.19 0.02
HSL 151.49º 0.89% 0.78% -
HSV(B) 151.49º 0.41% 0.98% -
XYZ 56.63 78.26 67.38 -
YUV 213.33 121.04 81.4 -
System Red Green Blue C M Y K H S L
Decimal 148 249 201 0.41 0 0.19 0.02 151.49 0.89 0.78
Hex 94 F9 C9 29 0 13 2 97 59 4E
Octal 224 371 311 51 0 23 2 227 131 116
Binary 10010100 11111001 11001001 101001 0 10011 10 10010111 1011001 1001110

Color Harmonies of #94F9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F9C9

Black with #94F9C9

Text Example


Text Example

White with #94F9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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