Html Css Color HEX #9CFACE Magic Mint

📋 copy color: '#9CFACE'

red 156 ◦ green 250 ◦ blue 206

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

Shades of Magic Mint #9CFACE

Tints of Magic Mint #9CFACE

RGB

 RED value IS 156 (61.33% from 255) = 25.49%

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

 BLUE value IS 206 (80.86% from 255) = 33.66%

R = 25.49%
G = 40.85%
B = 33.66%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#9CFACE (or 0x9CFACE) is known color: Magic Mint. HEX triplet: 9C, FA and CE. RGB value is (156,250,206). Sum of RGB (Red+Green+Blue) = 156+250+206=612 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.49% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFACE is #630531. Grayscale: #D8D8D8. Windows color (decimal): -6489394 or 13564572. OLE color: 13564572.

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

Color convert

RGB 156 250 206 -
CMYK 0.38 0 0.18 0.02
HSL 151.91º 0.9% 0.8% -
HSV(B) 151.91º 0.38% 0.98% -
XYZ 59.04 79.9 70.7 -
YUV 216.88 121.86 84.58 -
System Red Green Blue C M Y K H S L
Decimal 156 250 206 0.38 0 0.18 0.02 151.91 0.9 0.8
Hex 9C FA CE 26 0 12 2 98 5A 50
Octal 234 372 316 46 0 22 2 230 132 120
Binary 10011100 11111010 11001110 100110 0 10010 10 10011000 1011010 1010000

Color Harmonies of #9CFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFACE

Black with #9CFACE

Text Example


Text Example

White with #9CFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,250,206); }

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

background-color css

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

 a { background-color: rgb(156,250,206); }

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

border-color css

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

 span { border-color: rgb(156,250,206); }

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