Html Css Color HEX #9DEBD5 Magic Mint

📋 copy color: '#9DEBD5'

red 157 ◦ green 235 ◦ blue 213

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

Shades of Magic Mint #9DEBD5

Tints of Magic Mint #9DEBD5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.84%

 BLUE value IS 213 (83.59% from 255) = 35.21%

R = 25.95%
G = 38.84%
B = 35.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#9DEBD5 (or 0x9DEBD5) is known color: Magic Mint. HEX triplet: 9D, EB and D5. RGB value is (157,235,213). Sum of RGB (Red+Green+Blue) = 157+235+213=605 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.95% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBD5 is #62142A. Grayscale: #D1D1D1. Windows color (decimal): -6427691 or 14019485. OLE color: 14019485.

HSL color Cylindrical-coordinate representation of color #9DEBD5: hue angle of 163.08º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEBD5 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 235 213 -
CMYK 0.33 0 0.09 0.08
HSL 163.08º 0.66% 0.77% -
HSV(B) 163.08º 0.33% 0.92% -
XYZ 55.62 71.39 73.8 -
YUV 209.17 130.16 90.79 -
System Red Green Blue C M Y K H S L
Decimal 157 235 213 0.33 0 0.09 0.08 163.08 0.66 0.77
Hex 9D EB D5 21 0 9 8 A3 42 4D
Octal 235 353 325 41 0 11 10 243 102 115
Binary 10011101 11101011 11010101 100001 0 1001 1000 10100011 1000010 1001101

Color Harmonies of #9DEBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEBD5

Black with #9DEBD5

Text Example


Text Example

White with #9DEBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,235,213); }

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

background-color css

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

 a { background-color: rgb(157,235,213); }

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

border-color css

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

 span { border-color: rgb(157,235,213); }

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