Html Css Color HEX #9DFACD Magic Mint

📋 copy color: '#9DFACD'

red 157 ◦ green 250 ◦ blue 205

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

Shades of Magic Mint #9DFACD

Tints of Magic Mint #9DFACD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.85%

 BLUE value IS 205 (80.47% from 255) = 33.5%

R = 25.65%
G = 40.85%
B = 33.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#9DFACD (or 0x9DFACD) is known color: Magic Mint. HEX triplet: 9D, FA and CD. RGB value is (157,250,205). Sum of RGB (Red+Green+Blue) = 157+250+205=612 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.65% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFACD is #620532. Grayscale: #D9D9D9. Windows color (decimal): -6423859 or 13499037. OLE color: 13499037.

HSL color Cylindrical-coordinate representation of color #9DFACD: hue angle of 150.97º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DFACD is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 250 205 -
CMYK 0.37 0 0.18 0.02
HSL 150.97º 0.9% 0.8% -
HSV(B) 150.97º 0.37% 0.98% -
XYZ 59.11 79.95 70.07 -
YUV 217.06 121.19 85.16 -
System Red Green Blue C M Y K H S L
Decimal 157 250 205 0.37 0 0.18 0.02 150.97 0.9 0.8
Hex 9D FA CD 25 0 12 2 97 5A 50
Octal 235 372 315 45 0 22 2 227 132 120
Binary 10011101 11111010 11001101 100101 0 10010 10 10010111 1011010 1010000

Color Harmonies of #9DFACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFACD

Black with #9DFACD

Text Example


Text Example

White with #9DFACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,250,205); }

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

background-color css

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

 a { background-color: rgb(157,250,205); }

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

border-color css

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

 span { border-color: rgb(157,250,205); }

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