Html Css Color HEX #9DEBC9 Magic Mint

📋 copy color: '#9DEBC9'

red 157 ◦ green 235 ◦ blue 201

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

Shades of Magic Mint #9DEBC9

Tints of Magic Mint #9DEBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.9%

R = 26.48%
G = 39.63%
B = 33.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#9DEBC9 (or 0x9DEBC9) is known color: Magic Mint. HEX triplet: 9D, EB and C9. RGB value is (157,235,201). Sum of RGB (Red+Green+Blue) = 157+235+201=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBC9 is #621436. Grayscale: #CFCFCF. Windows color (decimal): -6427703 or 13233053. OLE color: 13233053.

HSL color Cylindrical-coordinate representation of color #9DEBC9: hue angle of 153.85º 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 #9DEBC9 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 235 201 -
CMYK 0.33 0 0.14 0.08
HSL 153.85º 0.66% 0.77% -
HSV(B) 153.85º 0.33% 0.92% -
XYZ 54.16 70.8 66.07 -
YUV 207.8 124.16 91.76 -
System Red Green Blue C M Y K H S L
Decimal 157 235 201 0.33 0 0.14 0.08 153.85 0.66 0.77
Hex 9D EB C9 21 0 E 8 9A 42 4D
Octal 235 353 311 41 0 16 10 232 102 115
Binary 10011101 11101011 11001001 100001 0 1110 1000 10011010 1000010 1001101

Color Harmonies of #9DEBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEBC9

Black with #9DEBC9

Text Example


Text Example

White with #9DEBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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