Html Css Color HEX #9DEDBF Magic Mint

📋 copy color: '#9DEDBF'

red 157 ◦ green 237 ◦ blue 191

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

Shades of Magic Mint #9DEDBF

Tints of Magic Mint #9DEDBF

RGB

 RED value IS 157 (61.72% from 255) = 26.84%

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

 BLUE value IS 191 (75% from 255) = 32.65%

R = 26.84%
G = 40.51%
B = 32.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#9DEDBF (or 0x9DEDBF) is known color: Magic Mint. HEX triplet: 9D, ED and BF. RGB value is (157,237,191). Sum of RGB (Red+Green+Blue) = 157+237+191=585 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.84% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDBF is #621240. Grayscale: #CFCFCF. Windows color (decimal): -6427201 or 12578205. OLE color: 12578205.

HSL color Cylindrical-coordinate representation of color #9DEDBF: hue angle of 145.5º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEDBF is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 237 191 -
CMYK 0.34 0 0.19 0.07
HSL 145.5º 0.69% 0.77% -
HSV(B) 145.5º 0.34% 0.93% -
XYZ 53.59 71.5 60.27 -
YUV 207.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 157 237 191 0.34 0 0.19 0.07 145.5 0.69 0.77
Hex 9D ED BF 22 0 13 7 92 45 4D
Octal 235 355 277 42 0 23 7 222 105 115
Binary 10011101 11101101 10111111 100010 0 10011 111 10010010 1000101 1001101

Color Harmonies of #9DEDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEDBF

Black with #9DEDBF

Text Example


Text Example

White with #9DEDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,237,191); }

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

background-color css

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

 a { background-color: rgb(157,237,191); }

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

border-color css

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

 span { border-color: rgb(157,237,191); }

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