Html Css Color HEX #9DE1C4 Magic Mint

📋 copy color: '#9DE1C4'

red 157 ◦ green 225 ◦ blue 196

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

Shades of Magic Mint #9DE1C4

Tints of Magic Mint #9DE1C4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.93%

 BLUE value IS 196 (76.95% from 255) = 33.91%

R = 27.16%
G = 38.93%
B = 33.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#9DE1C4 (or 0x9DE1C4) is known color: Magic Mint. HEX triplet: 9D, E1 and C4. RGB value is (157,225,196). Sum of RGB (Red+Green+Blue) = 157+225+196=578 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.16% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE1C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE1C4 is #621E3B. Grayscale: #C9C9C9. Windows color (decimal): -6430268 or 12902813. OLE color: 12902813.

HSL color Cylindrical-coordinate representation of color #9DE1C4: hue angle of 154.41º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE1C4 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 225 196 -
CMYK 0.30 0 0.13 0.12
HSL 154.41º 0.53% 0.75% -
HSV(B) 154.41º 0.3% 0.88% -
XYZ 50.79 65 62.09 -
YUV 201.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 157 225 196 0.30 0 0.13 0.12 154.41 0.53 0.75
Hex 9D E1 C4 1E 0 D C 9A 35 4B
Octal 235 341 304 36 0 15 14 232 65 113
Binary 10011101 11100001 11000100 11110 0 1101 1100 10011010 110101 1001011

Color Harmonies of #9DE1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE1C4

Black with #9DE1C4

Text Example


Text Example

White with #9DE1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,225,196); }

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

background-color css

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

 a { background-color: rgb(157,225,196); }

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

border-color css

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

 span { border-color: rgb(157,225,196); }

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