Html Css Color HEX #9FFACD Magic Mint

📋 copy color: '#9FFACD'

red 159 ◦ green 250 ◦ blue 205

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

Shades of Magic Mint #9FFACD

Tints of Magic Mint #9FFACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.39%

R = 25.9%
G = 40.72%
B = 33.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#9FFACD (or 0x9FFACD) is known color: Magic Mint. HEX triplet: 9F, FA and CD. RGB value is (159,250,205). Sum of RGB (Red+Green+Blue) = 159+250+205=614 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.90% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFACD is #600532. Grayscale: #D9D9D9. Windows color (decimal): -6292787 or 13499039. OLE color: 13499039.

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

Color convert

RGB 159 250 205 -
CMYK 0.36 0 0.18 0.02
HSL 150.33º 0.9% 0.8% -
HSV(B) 150.33º 0.36% 0.98% -
XYZ 59.5 80.15 70.09 -
YUV 217.66 120.85 86.16 -
System Red Green Blue C M Y K H S L
Decimal 159 250 205 0.36 0 0.18 0.02 150.33 0.9 0.8
Hex 9F FA CD 24 0 12 2 96 5A 50
Octal 237 372 315 44 0 22 2 226 132 120
Binary 10011111 11111010 11001101 100100 0 10010 10 10010110 1011010 1010000

Color Harmonies of #9FFACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFACD

Black with #9FFACD

Text Example


Text Example

White with #9FFACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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