Html Css Color HEX #9BFCDB Magic Mint

📋 copy color: '#9BFCDB'

red 155 ◦ green 252 ◦ blue 219

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

Shades of Magic Mint #9BFCDB

Tints of Magic Mint #9BFCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.98%

R = 24.76%
G = 40.26%
B = 34.98%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#9BFCDB (or 0x9BFCDB) is known color: Magic Mint. HEX triplet: 9B, FC and DB. RGB value is (155,252,219). Sum of RGB (Red+Green+Blue) = 155+252+219=626 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.76% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFCDB is #640324. Grayscale: #DBDBDB. Windows color (decimal): -6554405 or 14417051. OLE color: 14417051.

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

Color convert

RGB 155 252 219 -
CMYK 0.38 0 0.13 0.01
HSL 159.59º 0.94% 0.8% -
HSV(B) 159.59º 0.38% 0.99% -
XYZ 61.11 81.7 79.57 -
YUV 219.24 127.86 82.18 -
System Red Green Blue C M Y K H S L
Decimal 155 252 219 0.38 0 0.13 0.01 159.59 0.94 0.8
Hex 9B FC DB 26 0 D 1 A0 5E 50
Octal 233 374 333 46 0 15 1 240 136 120
Binary 10011011 11111100 11011011 100110 0 1101 1 10100000 1011110 1010000

Color Harmonies of #9BFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFCDB

Black with #9BFCDB

Text Example


Text Example

White with #9BFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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