Html Css Color HEX #9DEDCD Magic Mint

📋 copy color: '#9DEDCD'

red 157 ◦ green 237 ◦ blue 205

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

Shades of Magic Mint #9DEDCD

Tints of Magic Mint #9DEDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.22%

R = 26.21%
G = 39.57%
B = 34.22%

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

#9DEDCD (or 0x9DEDCD) is known color: Magic Mint. HEX triplet: 9D, ED and CD. RGB value is (157,237,205). Sum of RGB (Red+Green+Blue) = 157+237+205=599 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.21% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDCD is #621232. Grayscale: #D1D1D1. Windows color (decimal): -6427187 or 13495709. OLE color: 13495709.

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

Color convert

RGB 157 237 205 -
CMYK 0.34 0 0.14 0.07
HSL 156º 0.69% 0.77% -
HSV(B) 156º 0.34% 0.93% -
XYZ 55.21 72.14 68.77 -
YUV 209.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 157 237 205 0.34 0 0.14 0.07 156 0.69 0.77
Hex 9D ED CD 22 0 E 7 9C 45 4D
Octal 235 355 315 42 0 16 7 234 105 115
Binary 10011101 11101101 11001101 100010 0 1110 111 10011100 1000101 1001101

Color Harmonies of #9DEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEDCD

Black with #9DEDCD

Text Example


Text Example

White with #9DEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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