Html Css Color HEX #9CFFCB Magic Mint

📋 copy color: '#9CFFCB'

red 156 ◦ green 255 ◦ blue 203

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

Shades of Magic Mint #9CFFCB

Tints of Magic Mint #9CFFCB

RGB

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

 GREEN value IS 255 (100% from 255) = 41.53%

 BLUE value IS 203 (79.69% from 255) = 33.06%

R = 25.41%
G = 41.53%
B = 33.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#9CFFCB (or 0x9CFFCB) is known color: Magic Mint. HEX triplet: 9C, FF and CB. RGB value is (156,255,203). Sum of RGB (Red+Green+Blue) = 156+255+203=614 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.41% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFCB is #630034. Grayscale: #DBDBDB. Windows color (decimal): -6488117 or 13369244. OLE color: 13369244.

HSL color Cylindrical-coordinate representation of color #9CFFCB: hue angle of 148.48º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFFCB is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 156 255 203 -
CMYK 0.39 0 0.20 0
HSL 148.48º 1% 0.81% -
HSV(B) 148.48º 0.39% 1% -
XYZ 60.25 82.9 69.33 -
YUV 219.47 118.7 82.73 -
System Red Green Blue C M Y K H S L
Decimal 156 255 203 0.39 0 0.20 0 148.48 1 0.81
Hex 9C FF CB 27 0 14 0 94 64 51
Octal 234 377 313 47 0 24 0 224 144 121
Binary 10011100 11111111 11001011 100111 0 10100 0 10010100 1100100 1010001

Color Harmonies of #9CFFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFFCB

Black with #9CFFCB

Text Example


Text Example

White with #9CFFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,255,203); }

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

background-color css

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

 a { background-color: rgb(156,255,203); }

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

border-color css

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

 span { border-color: rgb(156,255,203); }

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