Html Css Color HEX #9BF8DC Magic Mint

📋 copy color: '#9BF8DC'

red 155 ◦ green 248 ◦ blue 220

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

Shades of Magic Mint #9BF8DC

Tints of Magic Mint #9BF8DC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.81%

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

R = 24.88%
G = 39.81%
B = 35.31%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#9BF8DC (or 0x9BF8DC) is known color: Magic Mint. HEX triplet: 9B, F8 and DC. RGB value is (155,248,220). Sum of RGB (Red+Green+Blue) = 155+248+220=623 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.88% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF8DC is #640723. Grayscale: #D9D9D9. Windows color (decimal): -6555428 or 14481563. OLE color: 14481563.

HSL color Cylindrical-coordinate representation of color #9BF8DC: hue angle of 161.94º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF8DC is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 155 248 220 -
CMYK 0.38 0 0.11 0.03
HSL 161.94º 0.87% 0.79% -
HSV(B) 161.94º 0.38% 0.97% -
XYZ 60 79.27 79.85 -
YUV 217 129.69 83.78 -
System Red Green Blue C M Y K H S L
Decimal 155 248 220 0.38 0 0.11 0.03 161.94 0.87 0.79
Hex 9B F8 DC 26 0 B 3 A2 57 4F
Octal 233 370 334 46 0 13 3 242 127 117
Binary 10011011 11111000 11011100 100110 0 1011 11 10100010 1010111 1001111

Color Harmonies of #9BF8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF8DC

Black with #9BF8DC

Text Example


Text Example

White with #9BF8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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