Html Css Color HEX #9BFFDF Magic Mint

📋 copy color: '#9BFFDF'

red 155 ◦ green 255 ◦ blue 223

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

Shades of Magic Mint #9BFFDF

Tints of Magic Mint #9BFFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.23%

R = 24.49%
G = 40.28%
B = 35.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#9BFFDF (or 0x9BFFDF) is known color: Magic Mint. HEX triplet: 9B, FF and DF. RGB value is (155,255,223). Sum of RGB (Red+Green+Blue) = 155+255+223=633 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.49% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFDF is #640020. Grayscale: #DDDDDD. Windows color (decimal): -6553633 or 14679963. OLE color: 14679963.

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

Color convert

RGB 155 255 223 -
CMYK 0.39 0 0.13 0
HSL 160.8º 1% 0.8% -
HSV(B) 160.8º 0.39% 1% -
XYZ 62.6 83.82 82.69 -
YUV 221.45 128.87 80.6 -
System Red Green Blue C M Y K H S L
Decimal 155 255 223 0.39 0 0.13 0 160.8 1 0.8
Hex 9B FF DF 27 0 D 0 A1 64 50
Octal 233 377 337 47 0 15 0 241 144 120
Binary 10011011 11111111 11011111 100111 0 1101 0 10100001 1100100 1010000

Color Harmonies of #9BFFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFFDF

Black with #9BFFDF

Text Example


Text Example

White with #9BFFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,255,223); }

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

background-color css

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

 a { background-color: rgb(155,255,223); }

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

border-color css

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

 span { border-color: rgb(155,255,223); }

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