Html Css Color HEX #9BFDCB Magic Mint

📋 copy color: '#9BFDCB'

red 155 ◦ green 253 ◦ blue 203

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

Shades of Magic Mint #9BFDCB

Tints of Magic Mint #9BFDCB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.41%

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

R = 25.37%
G = 41.41%
B = 33.22%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#9BFDCB (or 0x9BFDCB) is known color: Magic Mint. HEX triplet: 9B, FD and CB. RGB value is (155,253,203). Sum of RGB (Red+Green+Blue) = 155+253+203=611 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.37% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFDCB is #640234. Grayscale: #DADADA. Windows color (decimal): -6554165 or 13368731. OLE color: 13368731.

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

Color convert

RGB 155 253 203 -
CMYK 0.39 0 0.20 0.01
HSL 149.39º 0.96% 0.8% -
HSV(B) 149.39º 0.39% 0.99% -
XYZ 59.42 81.53 69.11 -
YUV 218 119.53 83.07 -
System Red Green Blue C M Y K H S L
Decimal 155 253 203 0.39 0 0.20 0.01 149.39 0.96 0.8
Hex 9B FD CB 27 0 14 1 95 60 50
Octal 233 375 313 47 0 24 1 225 140 120
Binary 10011011 11111101 11001011 100111 0 10100 1 10010101 1100000 1010000

Color Harmonies of #9BFDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFDCB

Black with #9BFDCB

Text Example


Text Example

White with #9BFDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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