Html Css Color HEX #9CFBD4 Magic Mint

📋 copy color: '#9CFBD4'

red 156 ◦ green 251 ◦ blue 212

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

Shades of Magic Mint #9CFBD4

Tints of Magic Mint #9CFBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.25%

R = 25.2%
G = 40.55%
B = 34.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#9CFBD4 (or 0x9CFBD4) is known color: Magic Mint. HEX triplet: 9C, FB and D4. RGB value is (156,251,212). Sum of RGB (Red+Green+Blue) = 156+251+212=619 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.20% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBD4 is #63042B. Grayscale: #DADADA. Windows color (decimal): -6489132 or 13958044. OLE color: 13958044.

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

Color convert

RGB 156 251 212 -
CMYK 0.38 0 0.16 0.02
HSL 155.37º 0.92% 0.8% -
HSV(B) 155.37º 0.38% 0.98% -
XYZ 60.09 80.82 74.72 -
YUV 218.15 124.53 83.67 -
System Red Green Blue C M Y K H S L
Decimal 156 251 212 0.38 0 0.16 0.02 155.37 0.92 0.8
Hex 9C FB D4 26 0 10 2 9B 5C 50
Octal 234 373 324 46 0 20 2 233 134 120
Binary 10011100 11111011 11010100 100110 0 10000 10 10011011 1011100 1010000

Color Harmonies of #9CFBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFBD4

Black with #9CFBD4

Text Example


Text Example

White with #9CFBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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