Html Css Color HEX #9EEBCB Magic Mint

📋 copy color: '#9EEBCB'

red 158 ◦ green 235 ◦ blue 203

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

Shades of Magic Mint #9EEBCB

Tints of Magic Mint #9EEBCB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.43%

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

R = 26.51%
G = 39.43%
B = 34.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#9EEBCB (or 0x9EEBCB) is known color: Magic Mint. HEX triplet: 9E, EB and CB. RGB value is (158,235,203). Sum of RGB (Red+Green+Blue) = 158+235+203=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBCB is #611434. Grayscale: #D0D0D0. Windows color (decimal): -6362165 or 13364126. OLE color: 13364126.

HSL color Cylindrical-coordinate representation of color #9EEBCB: hue angle of 155.06º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEBCB is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 235 203 -
CMYK 0.33 0 0.14 0.08
HSL 155.06º 0.66% 0.77% -
HSV(B) 155.06º 0.33% 0.92% -
XYZ 54.59 71 67.33 -
YUV 208.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 158 235 203 0.33 0 0.14 0.08 155.06 0.66 0.77
Hex 9E EB CB 21 0 E 8 9B 42 4D
Octal 236 353 313 41 0 16 10 233 102 115
Binary 10011110 11101011 11001011 100001 0 1110 1000 10011011 1000010 1001101

Color Harmonies of #9EEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBCB

Black with #9EEBCB

Text Example


Text Example

White with #9EEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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