Html Css Color HEX #9EECCD Magic Mint

📋 copy color: '#9EECCD'

red 158 ◦ green 236 ◦ blue 205

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

Shades of Magic Mint #9EECCD

Tints of Magic Mint #9EECCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.22%

R = 26.38%
G = 39.4%
B = 34.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#9EECCD (or 0x9EECCD) is known color: Magic Mint. HEX triplet: 9E, EC and CD. RGB value is (158,236,205). Sum of RGB (Red+Green+Blue) = 158+236+205=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECCD is #611332. Grayscale: #D1D1D1. Windows color (decimal): -6361907 or 13495454. OLE color: 13495454.

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

Color convert

RGB 158 236 205 -
CMYK 0.33 0 0.13 0.07
HSL 156.15º 0.67% 0.77% -
HSV(B) 156.15º 0.33% 0.93% -
XYZ 55.12 71.67 68.69 -
YUV 209.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 158 236 205 0.33 0 0.13 0.07 156.15 0.67 0.77
Hex 9E EC CD 21 0 D 7 9C 43 4D
Octal 236 354 315 41 0 15 7 234 103 115
Binary 10011110 11101100 11001101 100001 0 1101 111 10011100 1000011 1001101

Color Harmonies of #9EECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECCD

Black with #9EECCD

Text Example


Text Example

White with #9EECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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