Html Css Color HEX #9DFFDB Magic Mint

📋 copy color: '#9DFFDB'

red 157 ◦ green 255 ◦ blue 219

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

Shades of Magic Mint #9DFFDB

Tints of Magic Mint #9DFFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 40.41%

 BLUE value IS 219 (85.94% from 255) = 34.71%

R = 24.88%
G = 40.41%
B = 34.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#9DFFDB (or 0x9DFFDB) is known color: Magic Mint. HEX triplet: 9D, FF and DB. RGB value is (157,255,219). Sum of RGB (Red+Green+Blue) = 157+255+219=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFDB is #620024. Grayscale: #DDDDDD. Windows color (decimal): -6422565 or 14417821. OLE color: 14417821.

HSL color Cylindrical-coordinate representation of color #9DFFDB: hue angle of 157.96º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFFDB is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 157 255 219 -
CMYK 0.38 0 0.14 0
HSL 157.96º 1% 0.81% -
HSV(B) 157.96º 0.38% 1% -
XYZ 62.45 83.8 79.9 -
YUV 221.59 126.53 81.93 -
System Red Green Blue C M Y K H S L
Decimal 157 255 219 0.38 0 0.14 0 157.96 1 0.81
Hex 9D FF DB 26 0 E 0 9E 64 51
Octal 235 377 333 46 0 16 0 236 144 121
Binary 10011101 11111111 11011011 100110 0 1110 0 10011110 1100100 1010001

Color Harmonies of #9DFFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFFDB

Black with #9DFFDB

Text Example


Text Example

White with #9DFFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,255,219); }

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

background-color css

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

 a { background-color: rgb(157,255,219); }

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

border-color css

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

 span { border-color: rgb(157,255,219); }

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