Html Css Color HEX #9CFBCA Magic Mint

📋 copy color: '#9CFBCA'

red 156 ◦ green 251 ◦ blue 202

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

Shades of Magic Mint #9CFBCA

Tints of Magic Mint #9CFBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.17%

R = 25.62%
G = 41.22%
B = 33.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#9CFBCA (or 0x9CFBCA) is known color: Magic Mint. HEX triplet: 9C, FB and CA. RGB value is (156,251,202). Sum of RGB (Red+Green+Blue) = 156+251+202=609 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.62% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBCA is #630435. Grayscale: #D9D9D9. Windows color (decimal): -6489142 or 13302684. OLE color: 13302684.

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

Color convert

RGB 156 251 202 -
CMYK 0.38 0 0.20 0.02
HSL 149.05º 0.92% 0.8% -
HSV(B) 149.05º 0.38% 0.98% -
XYZ 58.87 80.33 68.28 -
YUV 217.01 119.53 84.48 -
System Red Green Blue C M Y K H S L
Decimal 156 251 202 0.38 0 0.20 0.02 149.05 0.92 0.8
Hex 9C FB CA 26 0 14 2 95 5C 50
Octal 234 373 312 46 0 24 2 225 134 120
Binary 10011100 11111011 11001010 100110 0 10100 10 10010101 1011100 1010000

Color Harmonies of #9CFBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFBCA

Black with #9CFBCA

Text Example


Text Example

White with #9CFBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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