Html Css Color HEX #9DEBC6 Magic Mint

📋 copy color: '#9DEBC6'

red 157 ◦ green 235 ◦ blue 198

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

Shades of Magic Mint #9DEBC6

Tints of Magic Mint #9DEBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.56%

R = 26.61%
G = 39.83%
B = 33.56%

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

#9DEBC6 (or 0x9DEBC6) is known color: Magic Mint. HEX triplet: 9D, EB and C6. RGB value is (157,235,198). Sum of RGB (Red+Green+Blue) = 157+235+198=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBC6 is #621439. Grayscale: #CFCFCF. Windows color (decimal): -6427706 or 13036445. OLE color: 13036445.

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

Color convert

RGB 157 235 198 -
CMYK 0.33 0 0.16 0.08
HSL 151.54º 0.66% 0.77% -
HSV(B) 151.54º 0.33% 0.92% -
XYZ 53.81 70.66 64.23 -
YUV 207.46 122.66 92.01 -
System Red Green Blue C M Y K H S L
Decimal 157 235 198 0.33 0 0.16 0.08 151.54 0.66 0.77
Hex 9D EB C6 21 0 10 8 98 42 4D
Octal 235 353 306 41 0 20 10 230 102 115
Binary 10011101 11101011 11000110 100001 0 10000 1000 10011000 1000010 1001101

Color Harmonies of #9DEBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEBC6

Black with #9DEBC6

Text Example


Text Example

White with #9DEBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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