Html Css Color HEX #9CF0C3 Magic Mint

📋 copy color: '#9CF0C3'

red 156 ◦ green 240 ◦ blue 195

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

Shades of Magic Mint #9CF0C3

Tints of Magic Mint #9CF0C3

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.61%

 BLUE value IS 195 (76.56% from 255) = 32.99%

R = 26.4%
G = 40.61%
B = 32.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#9CF0C3 (or 0x9CF0C3) is known color: Magic Mint. HEX triplet: 9C, F0 and C3. RGB value is (156,240,195). Sum of RGB (Red+Green+Blue) = 156+240+195=591 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.40% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF0C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF0C3 is #630F3C. Grayscale: #D1D1D1. Windows color (decimal): -6491965 or 12841116. OLE color: 12841116.

HSL color Cylindrical-coordinate representation of color #9CF0C3: hue angle of 147.86º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CF0C3 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 156 240 195 -
CMYK 0.35 0 0.19 0.06
HSL 147.86º 0.74% 0.78% -
HSV(B) 147.86º 0.35% 0.94% -
XYZ 54.72 73.33 62.9 -
YUV 209.75 119.67 89.66 -
System Red Green Blue C M Y K H S L
Decimal 156 240 195 0.35 0 0.19 0.06 147.86 0.74 0.78
Hex 9C F0 C3 23 0 13 6 94 4A 4E
Octal 234 360 303 43 0 23 6 224 112 116
Binary 10011100 11110000 11000011 100011 0 10011 110 10010100 1001010 1001110

Color Harmonies of #9CF0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF0C3

Black with #9CF0C3

Text Example


Text Example

White with #9CF0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,240,195); }

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

background-color css

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

 a { background-color: rgb(156,240,195); }

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

border-color css

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

 span { border-color: rgb(156,240,195); }

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