Html Css Color HEX #9BF1DC Magic Mint

📋 copy color: '#9BF1DC'

red 155 ◦ green 241 ◦ blue 220

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

Shades of Magic Mint #9BF1DC

Tints of Magic Mint #9BF1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.12%

 BLUE value IS 220 (86.33% from 255) = 35.71%

R = 25.16%
G = 39.12%
B = 35.71%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#9BF1DC (or 0x9BF1DC) is known color: Magic Mint. HEX triplet: 9B, F1 and DC. RGB value is (155,241,220). Sum of RGB (Red+Green+Blue) = 155+241+220=616 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.16% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF1DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF1DC is #640E23. Grayscale: #D4D4D4. Windows color (decimal): -6557220 or 14479771. OLE color: 14479771.

HSL color Cylindrical-coordinate representation of color #9BF1DC: hue angle of 165.35º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF1DC is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 241 220 -
CMYK 0.36 0 0.09 0.05
HSL 165.35º 0.75% 0.78% -
HSV(B) 165.35º 0.36% 0.95% -
XYZ 57.89 75.05 79.14 -
YUV 212.89 132.01 86.71 -
System Red Green Blue C M Y K H S L
Decimal 155 241 220 0.36 0 0.09 0.05 165.35 0.75 0.78
Hex 9B F1 DC 24 0 9 5 A5 4B 4E
Octal 233 361 334 44 0 11 5 245 113 116
Binary 10011011 11110001 11011100 100100 0 1001 101 10100101 1001011 1001110

Color Harmonies of #9BF1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF1DC

Black with #9BF1DC

Text Example


Text Example

White with #9BF1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,241,220); }

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

background-color css

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

 a { background-color: rgb(155,241,220); }

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

border-color css

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

 span { border-color: rgb(155,241,220); }

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