Html Css Color HEX #9DFDCE Magic Mint

📋 copy color: '#9DFDCE'

red 157 ◦ green 253 ◦ blue 206

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

Shades of Magic Mint #9DFDCE

Tints of Magic Mint #9DFDCE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.07%

 BLUE value IS 206 (80.86% from 255) = 33.44%

R = 25.49%
G = 41.07%
B = 33.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#9DFDCE (or 0x9DFDCE) is known color: Magic Mint. HEX triplet: 9D, FD and CE. RGB value is (157,253,206). Sum of RGB (Red+Green+Blue) = 157+253+206=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFDCE is #620231. Grayscale: #DBDBDB. Windows color (decimal): -6423090 or 13565341. OLE color: 13565341.

HSL color Cylindrical-coordinate representation of color #9DFDCE: hue angle of 150.62º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFDCE is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 253 206 -
CMYK 0.38 0 0.19 0.01
HSL 150.63º 0.96% 0.8% -
HSV(B) 150.63º 0.38% 0.99% -
XYZ 60.17 81.87 71.02 -
YUV 218.94 120.7 83.82 -
System Red Green Blue C M Y K H S L
Decimal 157 253 206 0.38 0 0.19 0.01 150.63 0.96 0.8
Hex 9D FD CE 26 0 13 1 97 60 50
Octal 235 375 316 46 0 23 1 227 140 120
Binary 10011101 11111101 11001110 100110 0 10011 1 10010111 1100000 1010000

Color Harmonies of #9DFDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFDCE

Black with #9DFDCE

Text Example


Text Example

White with #9DFDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,253,206); }

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

background-color css

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

 a { background-color: rgb(157,253,206); }

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

border-color css

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

 span { border-color: rgb(157,253,206); }

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