Html Css Color HEX #9EEFCB Magic Mint

📋 copy color: '#9EEFCB'

red 158 ◦ green 239 ◦ blue 203

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

Shades of Magic Mint #9EEFCB

Tints of Magic Mint #9EEFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.83%

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

R = 26.33%
G = 39.83%
B = 33.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#9EEFCB (or 0x9EEFCB) is known color: Magic Mint. HEX triplet: 9E, EF and CB. RGB value is (158,239,203). Sum of RGB (Red+Green+Blue) = 158+239+203=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFCB is #611034. Grayscale: #D2D2D2. Windows color (decimal): -6361141 or 13365150. OLE color: 13365150.

HSL color Cylindrical-coordinate representation of color #9EEFCB: hue angle of 153.33º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEFCB is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 239 203 -
CMYK 0.34 0 0.15 0.06
HSL 153.33º 0.72% 0.78% -
HSV(B) 153.33º 0.34% 0.94% -
XYZ 55.75 73.31 67.71 -
YUV 210.68 123.66 90.43 -
System Red Green Blue C M Y K H S L
Decimal 158 239 203 0.34 0 0.15 0.06 153.33 0.72 0.78
Hex 9E EF CB 22 0 F 6 99 48 4E
Octal 236 357 313 42 0 17 6 231 110 116
Binary 10011110 11101111 11001011 100010 0 1111 110 10011001 1001000 1001110

Color Harmonies of #9EEFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEFCB

Black with #9EEFCB

Text Example


Text Example

White with #9EEFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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