Html Css Color HEX #9DEBC5 Magic Mint

📋 copy color: '#9DEBC5'

red 157 ◦ green 235 ◦ blue 197

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

Shades of Magic Mint #9DEBC5

Tints of Magic Mint #9DEBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.9%

 BLUE value IS 197 (77.34% from 255) = 33.45%

R = 26.66%
G = 39.9%
B = 33.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#9DEBC5 (or 0x9DEBC5) is known color: Magic Mint. HEX triplet: 9D, EB and C5. RGB value is (157,235,197). Sum of RGB (Red+Green+Blue) = 157+235+197=589 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.66% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBC5 is #62143A. Grayscale: #CFCFCF. Windows color (decimal): -6427707 or 12970909. OLE color: 12970909.

HSL color Cylindrical-coordinate representation of color #9DEBC5: hue angle of 150.77º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEBC5 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 235 197 -
CMYK 0.33 0 0.16 0.08
HSL 150.77º 0.66% 0.77% -
HSV(B) 150.77º 0.33% 0.92% -
XYZ 53.69 70.62 63.62 -
YUV 207.35 122.16 92.09 -
System Red Green Blue C M Y K H S L
Decimal 157 235 197 0.33 0 0.16 0.08 150.77 0.66 0.77
Hex 9D EB C5 21 0 10 8 97 42 4D
Octal 235 353 305 41 0 20 10 227 102 115
Binary 10011101 11101011 11000101 100001 0 10000 1000 10010111 1000010 1001101

Color Harmonies of #9DEBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEBC5

Black with #9DEBC5

Text Example


Text Example

White with #9DEBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,235,197); }

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

background-color css

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

 a { background-color: rgb(157,235,197); }

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

border-color css

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

 span { border-color: rgb(157,235,197); }

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