Html Css Color HEX #9DFCBA Magic Mint

📋 copy color: '#9DFCBA'

red 157 ◦ green 252 ◦ blue 186

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

Shades of Magic Mint #9DFCBA

Tints of Magic Mint #9DFCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.26%

R = 26.39%
G = 42.35%
B = 31.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#9DFCBA (or 0x9DFCBA) is known color: Magic Mint. HEX triplet: 9D, FC and BA. RGB value is (157,252,186). Sum of RGB (Red+Green+Blue) = 157+252+186=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFCBA is #620345. Grayscale: #D8D8D8. Windows color (decimal): -6423366 or 12254365. OLE color: 12254365.

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

Color convert

RGB 157 252 186 -
CMYK 0.38 0 0.26 0.01
HSL 138.32º 0.94% 0.8% -
HSV(B) 138.32º 0.38% 0.99% -
XYZ 57.58 80.33 58.93 -
YUV 216.07 111.03 85.87 -
System Red Green Blue C M Y K H S L
Decimal 157 252 186 0.38 0 0.26 0.01 138.32 0.94 0.8
Hex 9D FC BA 26 0 1A 1 8A 5E 50
Octal 235 374 272 46 0 32 1 212 136 120
Binary 10011101 11111100 10111010 100110 0 11010 1 10001010 1011110 1010000

Color Harmonies of #9DFCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFCBA

Black with #9DFCBA

Text Example


Text Example

White with #9DFCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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