Html Css Color HEX #9FEDBD Magic Mint

📋 copy color: '#9FEDBD'

red 159 ◦ green 237 ◦ blue 189

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

Shades of Magic Mint #9FEDBD

Tints of Magic Mint #9FEDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.31%

R = 27.18%
G = 40.51%
B = 32.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#9FEDBD (or 0x9FEDBD) is known color: Magic Mint. HEX triplet: 9F, ED and BD. RGB value is (159,237,189). Sum of RGB (Red+Green+Blue) = 159+237+189=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDBD is #601242. Grayscale: #D0D0D0. Windows color (decimal): -6296131 or 12447135. OLE color: 12447135.

HSL color Cylindrical-coordinate representation of color #9FEDBD: hue angle of 143.08º 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 #9FEDBD is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 237 189 -
CMYK 0.33 0 0.20 0.07
HSL 143.08º 0.68% 0.78% -
HSV(B) 143.08º 0.33% 0.93% -
XYZ 53.77 71.61 59.13 -
YUV 208.21 117.16 92.9 -
System Red Green Blue C M Y K H S L
Decimal 159 237 189 0.33 0 0.20 0.07 143.08 0.68 0.78
Hex 9F ED BD 21 0 14 7 8F 44 4E
Octal 237 355 275 41 0 24 7 217 104 116
Binary 10011111 11101101 10111101 100001 0 10100 111 10001111 1000100 1001110

Color Harmonies of #9FEDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEDBD

Black with #9FEDBD

Text Example


Text Example

White with #9FEDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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