Html Css Color HEX #9DECC8 Magic Mint

📋 copy color: '#9DECC8'

red 157 ◦ green 236 ◦ blue 200

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

Shades of Magic Mint #9DECC8

Tints of Magic Mint #9DECC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.73%

R = 26.48%
G = 39.8%
B = 33.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#9DECC8 (or 0x9DECC8) is known color: Magic Mint. HEX triplet: 9D, EC and C8. RGB value is (157,236,200). Sum of RGB (Red+Green+Blue) = 157+236+200=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECC8 is #621337. Grayscale: #D0D0D0. Windows color (decimal): -6427448 or 13167773. OLE color: 13167773.

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

Color convert

RGB 157 236 200 -
CMYK 0.33 0 0.15 0.07
HSL 152.66º 0.68% 0.77% -
HSV(B) 152.66º 0.33% 0.93% -
XYZ 54.33 71.33 65.55 -
YUV 208.28 123.33 91.43 -
System Red Green Blue C M Y K H S L
Decimal 157 236 200 0.33 0 0.15 0.07 152.66 0.68 0.77
Hex 9D EC C8 21 0 F 7 99 44 4D
Octal 235 354 310 41 0 17 7 231 104 115
Binary 10011101 11101100 11001000 100001 0 1111 111 10011001 1000100 1001101

Color Harmonies of #9DECC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DECC8

Black with #9DECC8

Text Example


Text Example

White with #9DECC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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