Html Css Color HEX #9CFBCE Magic Mint

📋 copy color: '#9CFBCE'

red 156 ◦ green 251 ◦ blue 206

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

Shades of Magic Mint #9CFBCE

Tints of Magic Mint #9CFBCE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.95%

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

R = 25.45%
G = 40.95%
B = 33.61%

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

#9CFBCE (or 0x9CFBCE) is known color: Magic Mint. HEX triplet: 9C, FB and CE. RGB value is (156,251,206). Sum of RGB (Red+Green+Blue) = 156+251+206=613 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.45% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBCE is #630431. Grayscale: #D9D9D9. Windows color (decimal): -6489138 or 13564828. OLE color: 13564828.

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

Color convert

RGB 156 251 206 -
CMYK 0.38 0 0.18 0.02
HSL 151.58º 0.92% 0.8% -
HSV(B) 151.58º 0.38% 0.98% -
XYZ 59.35 80.52 70.81 -
YUV 217.47 121.53 84.16 -
System Red Green Blue C M Y K H S L
Decimal 156 251 206 0.38 0 0.18 0.02 151.58 0.92 0.8
Hex 9C FB CE 26 0 12 2 98 5C 50
Octal 234 373 316 46 0 22 2 230 134 120
Binary 10011100 11111011 11001110 100110 0 10010 10 10011000 1011100 1010000

Color Harmonies of #9CFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFBCE

Black with #9CFBCE

Text Example


Text Example

White with #9CFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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