Html Css Color HEX #9EEECD Magic Mint

📋 copy color: '#9EEECD'

red 158 ◦ green 238 ◦ blue 205

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

Shades of Magic Mint #9EEECD

Tints of Magic Mint #9EEECD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.6%

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

R = 26.29%
G = 39.6%
B = 34.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#9EEECD (or 0x9EEECD) is known color: Magic Mint. HEX triplet: 9E, EE and CD. RGB value is (158,238,205). Sum of RGB (Red+Green+Blue) = 158+238+205=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEECD is #611132. Grayscale: #D2D2D2. Windows color (decimal): -6361395 or 13495966. OLE color: 13495966.

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

Color convert

RGB 158 238 205 -
CMYK 0.34 0 0.14 0.07
HSL 155.25º 0.7% 0.78% -
HSV(B) 155.25º 0.34% 0.93% -
XYZ 55.69 72.83 68.88 -
YUV 210.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 158 238 205 0.34 0 0.14 0.07 155.25 0.7 0.78
Hex 9E EE CD 22 0 E 7 9B 46 4E
Octal 236 356 315 42 0 16 7 233 106 116
Binary 10011110 11101110 11001101 100010 0 1110 111 10011011 1000110 1001110

Color Harmonies of #9EEECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEECD

Black with #9EEECD

Text Example


Text Example

White with #9EEECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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