Html Css Color HEX #9DECC4 Magic Mint

📋 copy color: '#9DECC4'

red 157 ◦ green 236 ◦ blue 196

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

Shades of Magic Mint #9DECC4

Tints of Magic Mint #9DECC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.28%

R = 26.66%
G = 40.07%
B = 33.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#9DECC4 (or 0x9DECC4) is known color: Magic Mint. HEX triplet: 9D, EC and C4. RGB value is (157,236,196). Sum of RGB (Red+Green+Blue) = 157+236+196=589 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.66% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECC4 is #62133B. Grayscale: #CFCFCF. Windows color (decimal): -6427452 or 12905629. OLE color: 12905629.

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

Color convert

RGB 157 236 196 -
CMYK 0.33 0 0.17 0.07
HSL 149.62º 0.68% 0.77% -
HSV(B) 149.62º 0.33% 0.93% -
XYZ 53.86 71.14 63.12 -
YUV 207.82 121.33 91.75 -
System Red Green Blue C M Y K H S L
Decimal 157 236 196 0.33 0 0.17 0.07 149.62 0.68 0.77
Hex 9D EC C4 21 0 11 7 96 44 4D
Octal 235 354 304 41 0 21 7 226 104 115
Binary 10011101 11101100 11000100 100001 0 10001 111 10010110 1000100 1001101

Color Harmonies of #9DECC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DECC4

Black with #9DECC4

Text Example


Text Example

White with #9DECC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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