Html Css Color HEX #9DECC7 Magic Mint

📋 copy color: '#9DECC7'

red 157 ◦ green 236 ◦ blue 199

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

Shades of Magic Mint #9DECC7

Tints of Magic Mint #9DECC7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.86%

 BLUE value IS 199 (78.13% from 255) = 33.61%

R = 26.52%
G = 39.86%
B = 33.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#9DECC7 (or 0x9DECC7) is known color: Magic Mint. HEX triplet: 9D, EC and C7. RGB value is (157,236,199). Sum of RGB (Red+Green+Blue) = 157+236+199=592 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.52% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECC7 is #621338. Grayscale: #D0D0D0. Windows color (decimal): -6427449 or 13102237. OLE color: 13102237.

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

Color convert

RGB 157 236 199 -
CMYK 0.33 0 0.16 0.07
HSL 151.9º 0.68% 0.77% -
HSV(B) 151.9º 0.33% 0.93% -
XYZ 54.21 71.28 64.93 -
YUV 208.16 122.83 91.51 -
System Red Green Blue C M Y K H S L
Decimal 157 236 199 0.33 0 0.16 0.07 151.9 0.68 0.77
Hex 9D EC C7 21 0 10 7 98 44 4D
Octal 235 354 307 41 0 20 7 230 104 115
Binary 10011101 11101100 11000111 100001 0 10000 111 10011000 1000100 1001101

Color Harmonies of #9DECC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DECC7

Black with #9DECC7

Text Example


Text Example

White with #9DECC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,236,199); }

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

background-color css

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

 a { background-color: rgb(157,236,199); }

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

border-color css

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

 span { border-color: rgb(157,236,199); }

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