Html Css Color HEX #9EFFCB Magic Mint

📋 copy color: '#9EFFCB'

red 158 ◦ green 255 ◦ blue 203

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

Shades of Magic Mint #9EFFCB

Tints of Magic Mint #9EFFCB

RGB

 RED value IS 158 (62.11% from 255) = 25.65%

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

 BLUE value IS 203 (79.69% from 255) = 32.95%

R = 25.65%
G = 41.4%
B = 32.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#9EFFCB (or 0x9EFFCB) is known color: Magic Mint. HEX triplet: 9E, FF and CB. RGB value is (158,255,203). Sum of RGB (Red+Green+Blue) = 158+255+203=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFCB is #610034. Grayscale: #DCDCDC. Windows color (decimal): -6357045 or 13369246. OLE color: 13369246.

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

Color convert

RGB 158 255 203 -
CMYK 0.38 0 0.20 0
HSL 147.84º 1% 0.81% -
HSV(B) 147.84º 0.38% 1% -
XYZ 60.64 83.1 69.34 -
YUV 220.07 118.36 83.73 -
System Red Green Blue C M Y K H S L
Decimal 158 255 203 0.38 0 0.20 0 147.84 1 0.81
Hex 9E FF CB 26 0 14 0 94 64 51
Octal 236 377 313 46 0 24 0 224 144 121
Binary 10011110 11111111 11001011 100110 0 10100 0 10010100 1100100 1010001

Color Harmonies of #9EFFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFFCB

Black with #9EFFCB

Text Example


Text Example

White with #9EFFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,255,203); }

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

background-color css

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

 a { background-color: rgb(158,255,203); }

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

border-color css

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

 span { border-color: rgb(158,255,203); }

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