Html Css Color HEX #9BFEC8 Magic Mint

📋 copy color: '#9BFEC8'

red 155 ◦ green 254 ◦ blue 200

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

Shades of Magic Mint #9BFEC8

Tints of Magic Mint #9BFEC8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.71%

 BLUE value IS 200 (78.52% from 255) = 32.84%

R = 25.45%
G = 41.71%
B = 32.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#9BFEC8 (or 0x9BFEC8) is known color: Magic Mint. HEX triplet: 9B, FE and C8. RGB value is (155,254,200). Sum of RGB (Red+Green+Blue) = 155+254+200=609 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.45% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFEC8 is #640137. Grayscale: #DADADA. Windows color (decimal): -6553912 or 13172379. OLE color: 13172379.

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

Color convert

RGB 155 254 200 -
CMYK 0.39 0 0.21 0.00
HSL 147.27º 0.98% 0.8% -
HSV(B) 147.27º 0.39% 1% -
XYZ 59.38 82.02 67.35 -
YUV 218.24 117.7 82.89 -
System Red Green Blue C M Y K H S L
Decimal 155 254 200 0.39 0 0.21 0.00 147.27 0.98 0.8
Hex 9B FE C8 27 0 15 0 93 62 50
Octal 233 376 310 47 0 25 0 223 142 120
Binary 10011011 11111110 11001000 100111 0 10101 0 10010011 1100010 1010000

Color Harmonies of #9BFEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFEC8

Black with #9BFEC8

Text Example


Text Example

White with #9BFEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,254,200); }

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

background-color css

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

 a { background-color: rgb(155,254,200); }

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

border-color css

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

 span { border-color: rgb(155,254,200); }

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