Html Css Color HEX #9EFECB Magic Mint

📋 copy color: '#9EFECB'

red 158 ◦ green 254 ◦ blue 203

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

Shades of Magic Mint #9EFECB

Tints of Magic Mint #9EFECB

RGB

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

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

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

R = 25.69%
G = 41.3%
B = 33.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#9EFECB (or 0x9EFECB) is known color: Magic Mint. HEX triplet: 9E, FE and CB. RGB value is (158,254,203). Sum of RGB (Red+Green+Blue) = 158+254+203=615 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.69% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFECB is #610134. Grayscale: #DBDBDB. Windows color (decimal): -6357301 or 13368990. OLE color: 13368990.

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

Color convert

RGB 158 254 203 -
CMYK 0.38 0 0.20 0.00
HSL 148.13º 0.98% 0.81% -
HSV(B) 148.13º 0.38% 1% -
XYZ 60.32 82.46 69.24 -
YUV 219.48 118.7 84.15 -
System Red Green Blue C M Y K H S L
Decimal 158 254 203 0.38 0 0.20 0.00 148.13 0.98 0.81
Hex 9E FE CB 26 0 14 0 94 62 51
Octal 236 376 313 46 0 24 0 224 142 121
Binary 10011110 11111110 11001011 100110 0 10100 0 10010100 1100010 1010001

Color Harmonies of #9EFECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFECB

Black with #9EFECB

Text Example


Text Example

White with #9EFECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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