Html Css Color HEX #9DEEBD Magic Mint

📋 copy color: '#9DEEBD'

red 157 ◦ green 238 ◦ blue 189

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

Shades of Magic Mint #9DEEBD

Tints of Magic Mint #9DEEBD

RGB

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

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

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

R = 26.88%
G = 40.75%
B = 32.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#9DEEBD (or 0x9DEEBD) is known color: Magic Mint. HEX triplet: 9D, EE and BD. RGB value is (157,238,189). Sum of RGB (Red+Green+Blue) = 157+238+189=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEEBD is #621142. Grayscale: #D0D0D0. Windows color (decimal): -6426947 or 12447389. OLE color: 12447389.

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

Color convert

RGB 157 238 189 -
CMYK 0.34 0 0.21 0.07
HSL 143.7º 0.7% 0.77% -
HSV(B) 143.7º 0.34% 0.93% -
XYZ 53.66 71.99 59.21 -
YUV 208.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 157 238 189 0.34 0 0.21 0.07 143.7 0.7 0.77
Hex 9D EE BD 22 0 15 7 90 46 4D
Octal 235 356 275 42 0 25 7 220 106 115
Binary 10011101 11101110 10111101 100010 0 10101 111 10010000 1000110 1001101

Color Harmonies of #9DEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEEBD

Black with #9DEEBD

Text Example


Text Example

White with #9DEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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