Html Css Color HEX #9EEACD Magic Mint

📋 copy color: '#9EEACD'

red 158 ◦ green 234 ◦ blue 205

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

Shades of Magic Mint #9EEACD

Tints of Magic Mint #9EEACD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.2%

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

R = 26.47%
G = 39.2%
B = 34.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#9EEACD (or 0x9EEACD) is known color: Magic Mint. HEX triplet: 9E, EA and CD. RGB value is (158,234,205). Sum of RGB (Red+Green+Blue) = 158+234+205=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEACD is #611532. Grayscale: #D0D0D0. Windows color (decimal): -6362419 or 13494942. OLE color: 13494942.

HSL color Cylindrical-coordinate representation of color #9EEACD: hue angle of 157.11º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EEACD is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 234 205 -
CMYK 0.32 0 0.12 0.08
HSL 157.11º 0.64% 0.77% -
HSV(B) 157.11º 0.32% 0.92% -
XYZ 54.54 70.52 68.5 -
YUV 207.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 158 234 205 0.32 0 0.12 0.08 157.11 0.64 0.77
Hex 9E EA CD 20 0 C 8 9D 40 4D
Octal 236 352 315 40 0 14 10 235 100 115
Binary 10011110 11101010 11001101 100000 0 1100 1000 10011101 1000000 1001101

Color Harmonies of #9EEACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEACD

Black with #9EEACD

Text Example


Text Example

White with #9EEACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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