Html Css Color HEX #9DECBE Magic Mint

📋 copy color: '#9DECBE'

red 157 ◦ green 236 ◦ blue 190

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

Shades of Magic Mint #9DECBE

Tints of Magic Mint #9DECBE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.48%

 BLUE value IS 190 (74.61% from 255) = 32.59%

R = 26.93%
G = 40.48%
B = 32.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#9DECBE (or 0x9DECBE) is known color: Magic Mint. HEX triplet: 9D, EC and BE. RGB value is (157,236,190). Sum of RGB (Red+Green+Blue) = 157+236+190=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECBE is #621341. Grayscale: #CFCFCF. Windows color (decimal): -6427458 or 12512413. OLE color: 12512413.

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

Color convert

RGB 157 236 190 -
CMYK 0.33 0 0.19 0.07
HSL 145.06º 0.68% 0.77% -
HSV(B) 145.06º 0.33% 0.93% -
XYZ 53.19 70.88 59.59 -
YUV 207.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 157 236 190 0.33 0 0.19 0.07 145.06 0.68 0.77
Hex 9D EC BE 21 0 13 7 91 44 4D
Octal 235 354 276 41 0 23 7 221 104 115
Binary 10011101 11101100 10111110 100001 0 10011 111 10010001 1000100 1001101

Color Harmonies of #9DECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DECBE

Black with #9DECBE

Text Example


Text Example

White with #9DECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,236,190); }

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

background-color css

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

 a { background-color: rgb(157,236,190); }

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

border-color css

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

 span { border-color: rgb(157,236,190); }

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