Html Css Color HEX #9CFCBD Magic Mint

📋 copy color: '#9CFCBD'

red 156 ◦ green 252 ◦ blue 189

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

Shades of Magic Mint #9CFCBD

Tints of Magic Mint #9CFCBD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.21%

 BLUE value IS 189 (74.22% from 255) = 31.66%

R = 26.13%
G = 42.21%
B = 31.66%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#9CFCBD (or 0x9CFCBD) is known color: Magic Mint. HEX triplet: 9C, FC and BD. RGB value is (156,252,189). Sum of RGB (Red+Green+Blue) = 156+252+189=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFCBD is #630342. Grayscale: #D8D8D8. Windows color (decimal): -6488899 or 12450972. OLE color: 12450972.

HSL color Cylindrical-coordinate representation of color #9CFCBD: hue angle of 140.62º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFCBD is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 252 189 -
CMYK 0.38 0 0.25 0.01
HSL 140.63º 0.94% 0.8% -
HSV(B) 140.63º 0.38% 0.99% -
XYZ 57.71 80.36 60.61 -
YUV 216.11 112.7 85.12 -
System Red Green Blue C M Y K H S L
Decimal 156 252 189 0.38 0 0.25 0.01 140.63 0.94 0.8
Hex 9C FC BD 26 0 19 1 8D 5E 50
Octal 234 374 275 46 0 31 1 215 136 120
Binary 10011100 11111100 10111101 100110 0 11001 1 10001101 1011110 1010000

Color Harmonies of #9CFCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFCBD

Black with #9CFCBD

Text Example


Text Example

White with #9CFCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,252,189); }

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

background-color css

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

 a { background-color: rgb(156,252,189); }

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

border-color css

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

 span { border-color: rgb(156,252,189); }

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