Html Css Color HEX #9EEBCF Magic Mint

📋 copy color: '#9EEBCF'

red 158 ◦ green 235 ◦ blue 207

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

Shades of Magic Mint #9EEBCF

Tints of Magic Mint #9EEBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.5%

R = 26.33%
G = 39.17%
B = 34.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#9EEBCF (or 0x9EEBCF) is known color: Magic Mint. HEX triplet: 9E, EB and CF. RGB value is (158,235,207). Sum of RGB (Red+Green+Blue) = 158+235+207=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBCF is #611430. Grayscale: #D0D0D0. Windows color (decimal): -6362161 or 13626270. OLE color: 13626270.

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

Color convert

RGB 158 235 207 -
CMYK 0.33 0 0.12 0.08
HSL 158.18º 0.66% 0.77% -
HSV(B) 158.18º 0.33% 0.92% -
XYZ 55.07 71.19 69.87 -
YUV 208.79 126.99 91.78 -
System Red Green Blue C M Y K H S L
Decimal 158 235 207 0.33 0 0.12 0.08 158.18 0.66 0.77
Hex 9E EB CF 21 0 C 8 9E 42 4D
Octal 236 353 317 41 0 14 10 236 102 115
Binary 10011110 11101011 11001111 100001 0 1100 1000 10011110 1000010 1001101

Color Harmonies of #9EEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBCF

Black with #9EEBCF

Text Example


Text Example

White with #9EEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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