Html Css Color HEX #9DFCBD Magic Mint

📋 copy color: '#9DFCBD'

red 157 ◦ green 252 ◦ blue 189

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

Shades of Magic Mint #9DFCBD

Tints of Magic Mint #9DFCBD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.14%

 BLUE value IS 189 (74.22% from 255) = 31.61%

R = 26.25%
G = 42.14%
B = 31.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#9DFCBD (or 0x9DFCBD) is known color: Magic Mint. HEX triplet: 9D, FC and BD. RGB value is (157,252,189). Sum of RGB (Red+Green+Blue) = 157+252+189=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFCBD is #620342. Grayscale: #D8D8D8. Windows color (decimal): -6423363 or 12450973. OLE color: 12450973.

HSL color Cylindrical-coordinate representation of color #9DFCBD: hue angle of 140.21º degrees, saturation: 0.94, 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 #9DFCBD is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 252 189 -
CMYK 0.38 0 0.25 0.01
HSL 140.21º 0.94% 0.8% -
HSV(B) 140.21º 0.38% 0.99% -
XYZ 57.9 80.46 60.62 -
YUV 216.41 112.53 85.62 -
System Red Green Blue C M Y K H S L
Decimal 157 252 189 0.38 0 0.25 0.01 140.21 0.94 0.8
Hex 9D FC BD 26 0 19 1 8C 5E 50
Octal 235 374 275 46 0 31 1 214 136 120
Binary 10011101 11111100 10111101 100110 0 11001 1 10001100 1011110 1010000

Color Harmonies of #9DFCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFCBD

Black with #9DFCBD

Text Example


Text Example

White with #9DFCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,252,189); }

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

background-color css

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

 a { background-color: rgb(157,252,189); }

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

border-color css

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

 span { border-color: rgb(157,252,189); }

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