Html Css Color HEX #9EEDCC Magic Mint

📋 copy color: '#9EEDCC'

red 158 ◦ green 237 ◦ blue 204

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

Shades of Magic Mint #9EEDCC

Tints of Magic Mint #9EEDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.57%

 BLUE value IS 204 (80.08% from 255) = 34.06%

R = 26.38%
G = 39.57%
B = 34.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#9EEDCC (or 0x9EEDCC) is known color: Magic Mint. HEX triplet: 9E, ED and CC. RGB value is (158,237,204). Sum of RGB (Red+Green+Blue) = 158+237+204=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDCC is #611233. Grayscale: #D1D1D1. Windows color (decimal): -6361652 or 13430174. OLE color: 13430174.

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

Color convert

RGB 158 237 204 -
CMYK 0.33 0 0.14 0.07
HSL 154.94º 0.69% 0.77% -
HSV(B) 154.94º 0.33% 0.93% -
XYZ 55.28 72.2 68.15 -
YUV 209.62 124.83 91.18 -
System Red Green Blue C M Y K H S L
Decimal 158 237 204 0.33 0 0.14 0.07 154.94 0.69 0.77
Hex 9E ED CC 21 0 E 7 9B 45 4D
Octal 236 355 314 41 0 16 7 233 105 115
Binary 10011110 11101101 11001100 100001 0 1110 111 10011011 1000101 1001101

Color Harmonies of #9EEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEDCC

Black with #9EEDCC

Text Example


Text Example

White with #9EEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,237,204); }

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

background-color css

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

 a { background-color: rgb(158,237,204); }

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

border-color css

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

 span { border-color: rgb(158,237,204); }

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