Html Css Color HEX #94EDC1 Magic Mint

📋 copy color: '#94EDC1'

red 148 ◦ green 237 ◦ blue 193

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

Shades of Magic Mint #94EDC1

Tints of Magic Mint #94EDC1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41%

 BLUE value IS 193 (75.78% from 255) = 33.39%

R = 25.61%
G = 41%
B = 33.39%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#94EDC1 (or 0x94EDC1) is known color: Magic Mint. HEX triplet: 94, ED and C1. RGB value is (148,237,193). Sum of RGB (Red+Green+Blue) = 148+237+193=578 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.61% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #94EDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EDC1 is #6B123E. Grayscale: #CDCDCD. Windows color (decimal): -7017023 or 12709268. OLE color: 12709268.

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

Color convert

RGB 148 237 193 -
CMYK 0.38 0 0.19 0.07
HSL 150.34º 0.71% 0.75% -
HSV(B) 150.34º 0.38% 0.93% -
XYZ 52.12 70.71 61.35 -
YUV 205.37 121.01 87.08 -
System Red Green Blue C M Y K H S L
Decimal 148 237 193 0.38 0 0.19 0.07 150.34 0.71 0.75
Hex 94 ED C1 26 0 13 7 96 47 4B
Octal 224 355 301 46 0 23 7 226 107 113
Binary 10010100 11101101 11000001 100110 0 10011 111 10010110 1000111 1001011

Color Harmonies of #94EDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EDC1

Black with #94EDC1

Text Example


Text Example

White with #94EDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,237,193); }

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

background-color css

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

 a { background-color: rgb(148,237,193); }

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

border-color css

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

 span { border-color: rgb(148,237,193); }

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