Html Css Color HEX #9DE6C2 Magic Mint

📋 copy color: '#9DE6C2'

red 157 ◦ green 230 ◦ blue 194

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

Shades of Magic Mint #9DE6C2

Tints of Magic Mint #9DE6C2

RGB

 RED value IS 157 (61.72% from 255) = 27.02%

 GREEN value IS 230 (90.23% from 255) = 39.59%

 BLUE value IS 194 (76.17% from 255) = 33.39%

R = 27.02%
G = 39.59%
B = 33.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#9DE6C2 (or 0x9DE6C2) is known color: Magic Mint. HEX triplet: 9D, E6 and C2. RGB value is (157,230,194). Sum of RGB (Red+Green+Blue) = 157+230+194=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 230 - color contains mainly: green. Hex color #9DE6C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE6C2 is #62193D. Grayscale: #CCCCCC. Windows color (decimal): -6428990 or 12773021. OLE color: 12773021.

HSL color Cylindrical-coordinate representation of color #9DE6C2: hue angle of 150.41º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DE6C2 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 157 230 194 -
CMYK 0.32 0 0.16 0.10
HSL 150.41º 0.59% 0.76% -
HSV(B) 150.41º 0.32% 0.9% -
XYZ 51.94 67.66 61.36 -
YUV 204.07 122.32 94.43 -
System Red Green Blue C M Y K H S L
Decimal 157 230 194 0.32 0 0.16 0.10 150.41 0.59 0.76
Hex 9D E6 C2 20 0 10 A 96 3B 4C
Octal 235 346 302 40 0 20 12 226 73 114
Binary 10011101 11100110 11000010 100000 0 10000 1010 10010110 111011 1001100

Color Harmonies of #9DE6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE6C2

Black with #9DE6C2

Text Example


Text Example

White with #9DE6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,230,194); }

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

background-color css

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

 a { background-color: rgb(157,230,194); }

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

border-color css

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

 span { border-color: rgb(157,230,194); }

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