Html Css Color HEX #9DEDCC Magic Mint

📋 copy color: '#9DEDCC'

red 157 ◦ green 237 ◦ blue 204

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

Shades of Magic Mint #9DEDCC

Tints of Magic Mint #9DEDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.63%

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

R = 26.25%
G = 39.63%
B = 34.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#9DEDCC (or 0x9DEDCC) is known color: Magic Mint. HEX triplet: 9D, ED and CC. RGB value is (157,237,204). Sum of RGB (Red+Green+Blue) = 157+237+204=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDCC is #621233. Grayscale: #D1D1D1. Windows color (decimal): -6427188 or 13430173. OLE color: 13430173.

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

Color convert

RGB 157 237 204 -
CMYK 0.34 0 0.14 0.07
HSL 155.25º 0.69% 0.77% -
HSV(B) 155.25º 0.34% 0.93% -
XYZ 55.09 72.1 68.14 -
YUV 209.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 157 237 204 0.34 0 0.14 0.07 155.25 0.69 0.77
Hex 9D ED CC 22 0 E 7 9B 45 4D
Octal 235 355 314 42 0 16 7 233 105 115
Binary 10011101 11101101 11001100 100010 0 1110 111 10011011 1000101 1001101

Color Harmonies of #9DEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEDCC

Black with #9DEDCC

Text Example


Text Example

White with #9DEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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