Html Css Color HEX #9DFACF Magic Mint

📋 copy color: '#9DFACF'

red 157 ◦ green 250 ◦ blue 207

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

Shades of Magic Mint #9DFACF

Tints of Magic Mint #9DFACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.71%

R = 25.57%
G = 40.72%
B = 33.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#9DFACF (or 0x9DFACF) is known color: Magic Mint. HEX triplet: 9D, FA and CF. RGB value is (157,250,207). Sum of RGB (Red+Green+Blue) = 157+250+207=614 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.57% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFACF is #620530. Grayscale: #D9D9D9. Windows color (decimal): -6423857 or 13630109. OLE color: 13630109.

HSL color Cylindrical-coordinate representation of color #9DFACF: hue angle of 152.26º 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 #9DFACF is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 250 207 -
CMYK 0.37 0 0.17 0.02
HSL 152.26º 0.9% 0.8% -
HSV(B) 152.26º 0.37% 0.98% -
XYZ 59.35 80.04 71.35 -
YUV 217.29 122.19 85 -
System Red Green Blue C M Y K H S L
Decimal 157 250 207 0.37 0 0.17 0.02 152.26 0.9 0.8
Hex 9D FA CF 25 0 11 2 98 5A 50
Octal 235 372 317 45 0 21 2 230 132 120
Binary 10011101 11111010 11001111 100101 0 10001 10 10011000 1011010 1010000

Color Harmonies of #9DFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFACF

Black with #9DFACF

Text Example


Text Example

White with #9DFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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