Html Css Color HEX #9DECCC Magic Mint

📋 copy color: '#9DECCC'

red 157 ◦ green 236 ◦ blue 204

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

Shades of Magic Mint #9DECCC

Tints of Magic Mint #9DECCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.17%

R = 26.3%
G = 39.53%
B = 34.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#9DECCC (or 0x9DECCC) is known color: Magic Mint. HEX triplet: 9D, EC and CC. RGB value is (157,236,204). Sum of RGB (Red+Green+Blue) = 157+236+204=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECCC is #621333. Grayscale: #D0D0D0. Windows color (decimal): -6427444 or 13429917. OLE color: 13429917.

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

Color convert

RGB 157 236 204 -
CMYK 0.33 0 0.14 0.07
HSL 155.7º 0.68% 0.77% -
HSV(B) 155.7º 0.33% 0.93% -
XYZ 54.8 71.52 68.04 -
YUV 208.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 157 236 204 0.33 0 0.14 0.07 155.7 0.68 0.77
Hex 9D EC CC 21 0 E 7 9C 44 4D
Octal 235 354 314 41 0 16 7 234 104 115
Binary 10011101 11101100 11001100 100001 0 1110 111 10011100 1000100 1001101

Color Harmonies of #9DECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DECCC

Black with #9DECCC

Text Example


Text Example

White with #9DECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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