Html Css Color HEX #9FEDC4 Magic Mint

📋 copy color: '#9FEDC4'

red 159 ◦ green 237 ◦ blue 196

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

Shades of Magic Mint #9FEDC4

Tints of Magic Mint #9FEDC4

RGB

 RED value IS 159 (62.5% from 255) = 26.86%

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

 BLUE value IS 196 (76.95% from 255) = 33.11%

R = 26.86%
G = 40.03%
B = 33.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#9FEDC4 (or 0x9FEDC4) is known color: Magic Mint. HEX triplet: 9F, ED and C4. RGB value is (159,237,196). Sum of RGB (Red+Green+Blue) = 159+237+196=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDC4 is #60123B. Grayscale: #D1D1D1. Windows color (decimal): -6296124 or 12905887. OLE color: 12905887.

HSL color Cylindrical-coordinate representation of color #9FEDC4: hue angle of 148.46º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEDC4 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 237 196 -
CMYK 0.33 0 0.17 0.07
HSL 148.46º 0.68% 0.78% -
HSV(B) 148.46º 0.33% 0.93% -
XYZ 54.55 71.92 63.23 -
YUV 209 120.66 92.33 -
System Red Green Blue C M Y K H S L
Decimal 159 237 196 0.33 0 0.17 0.07 148.46 0.68 0.78
Hex 9F ED C4 21 0 11 7 94 44 4E
Octal 237 355 304 41 0 21 7 224 104 116
Binary 10011111 11101101 11000100 100001 0 10001 111 10010100 1000100 1001110

Color Harmonies of #9FEDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEDC4

Black with #9FEDC4

Text Example


Text Example

White with #9FEDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FEDC4; }

 p { color: rgb(159,237,196); }

 H1.HeaderClassName
 {
   color: #9FEDC4;
 }
 .AnyTagClassName
 {
   color: #9FEDC4;
 }
</style>

background-color css

<style>
 a { background-color: #9FEDC4; }

 a { background-color: rgb(159,237,196); }

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

border-color css

<style>
 span { border-color: #9FEDC4; }

 span { border-color: rgb(159,237,196); }

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