Html Css Color HEX #9EECCF Magic Mint

📋 copy color: '#9EECCF'

red 158 ◦ green 236 ◦ blue 207

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

Shades of Magic Mint #9EECCF

Tints of Magic Mint #9EECCF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.27%

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

R = 26.29%
G = 39.27%
B = 34.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#9EECCF (or 0x9EECCF) is known color: Magic Mint. HEX triplet: 9E, EC and CF. RGB value is (158,236,207). Sum of RGB (Red+Green+Blue) = 158+236+207=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECCF is #611330. Grayscale: #D1D1D1. Windows color (decimal): -6361905 or 13626526. OLE color: 13626526.

HSL color Cylindrical-coordinate representation of color #9EECCF: hue angle of 157.69º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EECCF is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 236 207 -
CMYK 0.33 0 0.12 0.07
HSL 157.69º 0.67% 0.77% -
HSV(B) 157.69º 0.33% 0.93% -
XYZ 55.36 71.77 69.97 -
YUV 209.37 126.66 91.36 -
System Red Green Blue C M Y K H S L
Decimal 158 236 207 0.33 0 0.12 0.07 157.69 0.67 0.77
Hex 9E EC CF 21 0 C 7 9E 43 4D
Octal 236 354 317 41 0 14 7 236 103 115
Binary 10011110 11101100 11001111 100001 0 1100 111 10011110 1000011 1001101

Color Harmonies of #9EECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECCF

Black with #9EECCF

Text Example


Text Example

White with #9EECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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