Html Css Color HEX #9FFFDB Magic Mint

📋 copy color: '#9FFFDB'

red 159 ◦ green 255 ◦ blue 219

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

Shades of Magic Mint #9FFFDB

Tints of Magic Mint #9FFFDB

RGB

 RED value IS 159 (62.5% from 255) = 25.12%

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

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

R = 25.12%
G = 40.28%
B = 34.6%

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

#9FFFDB (or 0x9FFFDB) is known color: Magic Mint. HEX triplet: 9F, FF and DB. RGB value is (159,255,219). Sum of RGB (Red+Green+Blue) = 159+255+219=633 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.12% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFDB is #600024. Grayscale: #DEDEDE. Windows color (decimal): -6291493 or 14417823. OLE color: 14417823.

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

Color convert

RGB 159 255 219 -
CMYK 0.38 0 0.14 0
HSL 157.5º 1% 0.81% -
HSV(B) 157.5º 0.38% 1% -
XYZ 62.84 84.01 79.92 -
YUV 222.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 159 255 219 0.38 0 0.14 0 157.5 1 0.81
Hex 9F FF DB 26 0 E 0 9E 64 51
Octal 237 377 333 46 0 16 0 236 144 121
Binary 10011111 11111111 11011011 100110 0 1110 0 10011110 1100100 1010001

Color Harmonies of #9FFFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFFDB

Black with #9FFFDB

Text Example


Text Example

White with #9FFFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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