Html Css Color HEX #9EEFCD Magic Mint

📋 copy color: '#9EEFCD'

red 158 ◦ green 239 ◦ blue 205

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

Shades of Magic Mint #9EEFCD

Tints of Magic Mint #9EEFCD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.7%

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

R = 26.25%
G = 39.7%
B = 34.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#9EEFCD (or 0x9EEFCD) is known color: Magic Mint. HEX triplet: 9E, EF and CD. RGB value is (158,239,205). Sum of RGB (Red+Green+Blue) = 158+239+205=602 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.25% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFCD is #611032. Grayscale: #D2D2D2. Windows color (decimal): -6361139 or 13496222. OLE color: 13496222.

HSL color Cylindrical-coordinate representation of color #9EEFCD: hue angle of 154.81º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEFCD is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 239 205 -
CMYK 0.34 0 0.14 0.06
HSL 154.81º 0.72% 0.78% -
HSV(B) 154.81º 0.34% 0.94% -
XYZ 55.99 73.41 68.98 -
YUV 210.91 124.66 90.26 -
System Red Green Blue C M Y K H S L
Decimal 158 239 205 0.34 0 0.14 0.06 154.81 0.72 0.78
Hex 9E EF CD 22 0 E 6 9B 48 4E
Octal 236 357 315 42 0 16 6 233 110 116
Binary 10011110 11101111 11001101 100010 0 1110 110 10011011 1001000 1001110

Color Harmonies of #9EEFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEFCD

Black with #9EEFCD

Text Example


Text Example

White with #9EEFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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