Html Css Color HEX #9FFFDC Magic Mint

📋 copy color: '#9FFFDC'

red 159 ◦ green 255 ◦ blue 220

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

Shades of Magic Mint #9FFFDC

Tints of Magic Mint #9FFFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.7%

R = 25.08%
G = 40.22%
B = 34.7%

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

#9FFFDC (or 0x9FFFDC) is known color: Magic Mint. HEX triplet: 9F, FF and DC. RGB value is (159,255,220). Sum of RGB (Red+Green+Blue) = 159+255+220=634 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.08% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFDC is #600023. Grayscale: #DEDEDE. Windows color (decimal): -6291492 or 14483359. OLE color: 14483359.

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

Color convert

RGB 159 255 220 -
CMYK 0.38 0 0.14 0
HSL 158.13º 1% 0.81% -
HSV(B) 158.13º 0.38% 1% -
XYZ 62.98 84.06 80.62 -
YUV 222.31 126.7 82.85 -
System Red Green Blue C M Y K H S L
Decimal 159 255 220 0.38 0 0.14 0 158.13 1 0.81
Hex 9F FF DC 26 0 E 0 9E 64 51
Octal 237 377 334 46 0 16 0 236 144 121
Binary 10011111 11111111 11011100 100110 0 1110 0 10011110 1100100 1010001

Color Harmonies of #9FFFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFFDC

Black with #9FFFDC

Text Example


Text Example

White with #9FFFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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