Html Css Color HEX #94EEC9 Magic Mint

📋 copy color: '#94EEC9'

red 148 ◦ green 238 ◦ blue 201

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

Shades of Magic Mint #94EEC9

Tints of Magic Mint #94EEC9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.55%

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

R = 25.21%
G = 40.55%
B = 34.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#94EEC9 (or 0x94EEC9) is known color: Magic Mint. HEX triplet: 94, EE and C9. RGB value is (148,238,201). Sum of RGB (Red+Green+Blue) = 148+238+201=587 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.21% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EEC9 is #6B1136. Grayscale: #CECECE. Windows color (decimal): -7016759 or 13233812. OLE color: 13233812.

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

Color convert

RGB 148 238 201 -
CMYK 0.38 0 0.16 0.07
HSL 155.33º 0.73% 0.76% -
HSV(B) 155.33º 0.38% 0.93% -
XYZ 53.33 71.66 66.28 -
YUV 206.87 124.68 86.01 -
System Red Green Blue C M Y K H S L
Decimal 148 238 201 0.38 0 0.16 0.07 155.33 0.73 0.76
Hex 94 EE C9 26 0 10 7 9B 49 4C
Octal 224 356 311 46 0 20 7 233 111 114
Binary 10010100 11101110 11001001 100110 0 10000 111 10011011 1001001 1001100

Color Harmonies of #94EEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EEC9

Black with #94EEC9

Text Example


Text Example

White with #94EEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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