Html Css Color HEX #9EEBD3 Magic Mint

📋 copy color: '#9EEBD3'

red 158 ◦ green 235 ◦ blue 211

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

Shades of Magic Mint #9EEBD3

Tints of Magic Mint #9EEBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.93%

R = 26.16%
G = 38.91%
B = 34.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#9EEBD3 (or 0x9EEBD3) is known color: Magic Mint. HEX triplet: 9E, EB and D3. RGB value is (158,235,211). Sum of RGB (Red+Green+Blue) = 158+235+211=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBD3 is #61142C. Grayscale: #D1D1D1. Windows color (decimal): -6362157 or 13888414. OLE color: 13888414.

HSL color Cylindrical-coordinate representation of color #9EEBD3: hue angle of 161.3º 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 #9EEBD3 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 235 211 -
CMYK 0.33 0 0.10 0.08
HSL 161.3º 0.66% 0.77% -
HSV(B) 161.3º 0.33% 0.92% -
XYZ 55.57 71.39 72.48 -
YUV 209.24 128.99 91.45 -
System Red Green Blue C M Y K H S L
Decimal 158 235 211 0.33 0 0.10 0.08 161.3 0.66 0.77
Hex 9E EB D3 21 0 A 8 A1 42 4D
Octal 236 353 323 41 0 12 10 241 102 115
Binary 10011110 11101011 11010011 100001 0 1010 1000 10100001 1000010 1001101

Color Harmonies of #9EEBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBD3

Black with #9EEBD3

Text Example


Text Example

White with #9EEBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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