Html Css Color HEX #9FFCCC Magic Mint

📋 copy color: '#9FFCCC'

red 159 ◦ green 252 ◦ blue 204

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

Shades of Magic Mint #9FFCCC

Tints of Magic Mint #9FFCCC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.98%

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

R = 25.85%
G = 40.98%
B = 33.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#9FFCCC (or 0x9FFCCC) is known color: Magic Mint. HEX triplet: 9F, FC and CC. RGB value is (159,252,204). Sum of RGB (Red+Green+Blue) = 159+252+204=615 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.85% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFCCC is #600333. Grayscale: #DADADA. Windows color (decimal): -6292276 or 13434015. OLE color: 13434015.

HSL color Cylindrical-coordinate representation of color #9FFCCC: hue angle of 149.03º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFCCC is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 252 204 -
CMYK 0.37 0 0.19 0.01
HSL 149.03º 0.94% 0.81% -
HSV(B) 149.03º 0.37% 0.99% -
XYZ 60.01 81.35 69.67 -
YUV 218.72 119.69 85.4 -
System Red Green Blue C M Y K H S L
Decimal 159 252 204 0.37 0 0.19 0.01 149.03 0.94 0.81
Hex 9F FC CC 25 0 13 1 95 5E 51
Octal 237 374 314 45 0 23 1 225 136 121
Binary 10011111 11111100 11001100 100101 0 10011 1 10010101 1011110 1010001

Color Harmonies of #9FFCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFCCC

Black with #9FFCCC

Text Example


Text Example

White with #9FFCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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