Html Css Color HEX #9DEBD4 Magic Mint

📋 copy color: '#9DEBD4'

red 157 ◦ green 235 ◦ blue 212

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

Shades of Magic Mint #9DEBD4

Tints of Magic Mint #9DEBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.1%

R = 25.99%
G = 38.91%
B = 35.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#9DEBD4 (or 0x9DEBD4) is known color: Magic Mint. HEX triplet: 9D, EB and D4. RGB value is (157,235,212). Sum of RGB (Red+Green+Blue) = 157+235+212=604 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.99% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBD4 is #62142B. Grayscale: #D1D1D1. Windows color (decimal): -6427692 or 13953949. OLE color: 13953949.

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

Color convert

RGB 157 235 212 -
CMYK 0.33 0 0.10 0.08
HSL 162.31º 0.66% 0.77% -
HSV(B) 162.31º 0.33% 0.92% -
XYZ 55.5 71.34 73.13 -
YUV 209.06 129.66 90.87 -
System Red Green Blue C M Y K H S L
Decimal 157 235 212 0.33 0 0.10 0.08 162.31 0.66 0.77
Hex 9D EB D4 21 0 A 8 A2 42 4D
Octal 235 353 324 41 0 12 10 242 102 115
Binary 10011101 11101011 11010100 100001 0 1010 1000 10100010 1000010 1001101

Color Harmonies of #9DEBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEBD4

Black with #9DEBD4

Text Example


Text Example

White with #9DEBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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