Html Css Color HEX #9FFACF Magic Mint

📋 copy color: '#9FFACF'

red 159 ◦ green 250 ◦ blue 207

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

Shades of Magic Mint #9FFACF

Tints of Magic Mint #9FFACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.6%

R = 25.81%
G = 40.58%
B = 33.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#9FFACF (or 0x9FFACF) is known color: Magic Mint. HEX triplet: 9F, FA and CF. RGB value is (159,250,207). Sum of RGB (Red+Green+Blue) = 159+250+207=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFACF is #600530. Grayscale: #D9D9D9. Windows color (decimal): -6292785 or 13630111. OLE color: 13630111.

HSL color Cylindrical-coordinate representation of color #9FFACF: hue angle of 151.65º 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 #9FFACF is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 250 207 -
CMYK 0.36 0 0.17 0.02
HSL 151.65º 0.9% 0.8% -
HSV(B) 151.65º 0.36% 0.98% -
XYZ 59.75 80.25 71.37 -
YUV 217.89 121.85 86 -
System Red Green Blue C M Y K H S L
Decimal 159 250 207 0.36 0 0.17 0.02 151.65 0.9 0.8
Hex 9F FA CF 24 0 11 2 98 5A 50
Octal 237 372 317 44 0 21 2 230 132 120
Binary 10011111 11111010 11001111 100100 0 10001 10 10011000 1011010 1010000

Color Harmonies of #9FFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFACF

Black with #9FFACF

Text Example


Text Example

White with #9FFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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