Html Css Color HEX #9FFACB Magic Mint

📋 copy color: '#9FFACB'

red 159 ◦ green 250 ◦ blue 203

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

Shades of Magic Mint #9FFACB

Tints of Magic Mint #9FFACB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.85%

 BLUE value IS 203 (79.69% from 255) = 33.17%

R = 25.98%
G = 40.85%
B = 33.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#9FFACB (or 0x9FFACB) is known color: Magic Mint. HEX triplet: 9F, FA and CB. RGB value is (159,250,203). Sum of RGB (Red+Green+Blue) = 159+250+203=612 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.98% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFACB is #600534. Grayscale: #D9D9D9. Windows color (decimal): -6292789 or 13367967. OLE color: 13367967.

HSL color Cylindrical-coordinate representation of color #9FFACB: hue angle of 149.01º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFACB is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 250 203 -
CMYK 0.36 0 0.19 0.02
HSL 149.01º 0.9% 0.8% -
HSV(B) 149.01º 0.36% 0.98% -
XYZ 59.26 80.05 68.83 -
YUV 217.43 119.85 86.32 -
System Red Green Blue C M Y K H S L
Decimal 159 250 203 0.36 0 0.19 0.02 149.01 0.9 0.8
Hex 9F FA CB 24 0 13 2 95 5A 50
Octal 237 372 313 44 0 23 2 225 132 120
Binary 10011111 11111010 11001011 100100 0 10011 10 10010101 1011010 1010000

Color Harmonies of #9FFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFACB

Black with #9FFACB

Text Example


Text Example

White with #9FFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,250,203); }

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

background-color css

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

 a { background-color: rgb(159,250,203); }

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

border-color css

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

 span { border-color: rgb(159,250,203); }

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