Html Css Color HEX #9DEEBF Magic Mint

📋 copy color: '#9DEEBF'

red 157 ◦ green 238 ◦ blue 191

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

Shades of Magic Mint #9DEEBF

Tints of Magic Mint #9DEEBF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.61%

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

R = 26.79%
G = 40.61%
B = 32.59%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#9DEEBF (or 0x9DEEBF) is known color: Magic Mint. HEX triplet: 9D, EE and BF. RGB value is (157,238,191). Sum of RGB (Red+Green+Blue) = 157+238+191=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEEBF is #621140. Grayscale: #D0D0D0. Windows color (decimal): -6426945 or 12578461. OLE color: 12578461.

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

Color convert

RGB 157 238 191 -
CMYK 0.34 0 0.20 0.07
HSL 145.19º 0.7% 0.77% -
HSV(B) 145.19º 0.34% 0.93% -
XYZ 53.88 72.08 60.36 -
YUV 208.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 157 238 191 0.34 0 0.20 0.07 145.19 0.7 0.77
Hex 9D EE BF 22 0 14 7 91 46 4D
Octal 235 356 277 42 0 24 7 221 106 115
Binary 10011101 11101110 10111111 100010 0 10100 111 10010001 1000110 1001101

Color Harmonies of #9DEEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEEBF

Black with #9DEEBF

Text Example


Text Example

White with #9DEEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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