Html Css Color HEX #94EEC7 Magic Mint

📋 copy color: '#94EEC7'

red 148 ◦ green 238 ◦ blue 199

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

Shades of Magic Mint #94EEC7

Tints of Magic Mint #94EEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.02%

R = 25.3%
G = 40.68%
B = 34.02%

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

#94EEC7 (or 0x94EEC7) is known color: Magic Mint. HEX triplet: 94, EE and C7. RGB value is (148,238,199). Sum of RGB (Red+Green+Blue) = 148+238+199=585 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.30% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EEC7 is #6B1138. Grayscale: #CECECE. Windows color (decimal): -7016761 or 13102740. OLE color: 13102740.

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

Color convert

RGB 148 238 199 -
CMYK 0.38 0 0.16 0.07
HSL 154º 0.73% 0.76% -
HSV(B) 154º 0.38% 0.93% -
XYZ 53.1 71.57 65.05 -
YUV 206.64 123.68 86.17 -
System Red Green Blue C M Y K H S L
Decimal 148 238 199 0.38 0 0.16 0.07 154 0.73 0.76
Hex 94 EE C7 26 0 10 7 9A 49 4C
Octal 224 356 307 46 0 20 7 232 111 114
Binary 10010100 11101110 11000111 100110 0 10000 111 10011010 1001001 1001100

Color Harmonies of #94EEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EEC7

Black with #94EEC7

Text Example


Text Example

White with #94EEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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