Html Css Color HEX #9BFCCB Magic Mint

📋 copy color: '#9BFCCB'

red 155 ◦ green 252 ◦ blue 203

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

Shades of Magic Mint #9BFCCB

Tints of Magic Mint #9BFCCB

RGB

 RED value IS 155 (60.94% from 255) = 25.41%

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

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

R = 25.41%
G = 41.31%
B = 33.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#9BFCCB (or 0x9BFCCB) is known color: Magic Mint. HEX triplet: 9B, FC and CB. RGB value is (155,252,203). Sum of RGB (Red+Green+Blue) = 155+252+203=610 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.41% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFCCB is #640334. Grayscale: #D9D9D9. Windows color (decimal): -6554421 or 13368475. OLE color: 13368475.

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

Color convert

RGB 155 252 203 -
CMYK 0.38 0 0.19 0.01
HSL 149.69º 0.94% 0.8% -
HSV(B) 149.69º 0.38% 0.99% -
XYZ 59.11 80.9 69 -
YUV 217.41 119.86 83.48 -
System Red Green Blue C M Y K H S L
Decimal 155 252 203 0.38 0 0.19 0.01 149.69 0.94 0.8
Hex 9B FC CB 26 0 13 1 96 5E 50
Octal 233 374 313 46 0 23 1 226 136 120
Binary 10011011 11111100 11001011 100110 0 10011 1 10010110 1011110 1010000

Color Harmonies of #9BFCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFCCB

Black with #9BFCCB

Text Example


Text Example

White with #9BFCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,252,203); }

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

background-color css

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

 a { background-color: rgb(155,252,203); }

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

border-color css

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

 span { border-color: rgb(155,252,203); }

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