Html Css Color HEX #9FFFDD Magic Mint

📋 copy color: '#9FFFDD'

red 159 ◦ green 255 ◦ blue 221

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

Shades of Magic Mint #9FFFDD

Tints of Magic Mint #9FFFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.8%

R = 25.04%
G = 40.16%
B = 34.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#9FFFDD (or 0x9FFFDD) is known color: Magic Mint. HEX triplet: 9F, FF and DD. RGB value is (159,255,221). Sum of RGB (Red+Green+Blue) = 159+255+221=635 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25.04% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFDD is #600022. Grayscale: #DEDEDE. Windows color (decimal): -6291491 or 14548895. OLE color: 14548895.

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

Color convert

RGB 159 255 221 -
CMYK 0.38 0 0.13 0
HSL 158.75º 1% 0.81% -
HSV(B) 158.75º 0.38% 1% -
XYZ 63.11 84.11 81.32 -
YUV 222.42 127.2 82.76 -
System Red Green Blue C M Y K H S L
Decimal 159 255 221 0.38 0 0.13 0 158.75 1 0.81
Hex 9F FF DD 26 0 D 0 9F 64 51
Octal 237 377 335 46 0 15 0 237 144 121
Binary 10011111 11111111 11011101 100110 0 1101 0 10011111 1100100 1010001

Color Harmonies of #9FFFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFFDD

Black with #9FFFDD

Text Example


Text Example

White with #9FFFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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