Html Css Color HEX #9FFFCC Magic Mint

📋 copy color: '#9FFFCC'

red 159 ◦ green 255 ◦ blue 204

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

Shades of Magic Mint #9FFFCC

Tints of Magic Mint #9FFFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.01%

R = 25.73%
G = 41.26%
B = 33.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#9FFFCC (or 0x9FFFCC) is known color: Magic Mint. HEX triplet: 9F, FF and CC. RGB value is (159,255,204). Sum of RGB (Red+Green+Blue) = 159+255+204=618 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.73% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFCC is #600033. Grayscale: #DCDCDC. Windows color (decimal): -6291508 or 13434783. OLE color: 13434783.

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

Color convert

RGB 159 255 204 -
CMYK 0.38 0 0.2 0
HSL 148.13º 1% 0.81% -
HSV(B) 148.13º 0.38% 1% -
XYZ 60.96 83.25 69.98 -
YUV 220.48 118.7 84.15 -
System Red Green Blue C M Y K H S L
Decimal 159 255 204 0.38 0 0.2 0 148.13 1 0.81
Hex 9F FF CC 26 0 14 0 94 64 51
Octal 237 377 314 46 0 24 0 224 144 121
Binary 10011111 11111111 11001100 100110 0 10100 0 10010100 1100100 1010001

Color Harmonies of #9FFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFFCC

Black with #9FFFCC

Text Example


Text Example

White with #9FFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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