Html Css Color HEX #9DFDDC Magic Mint

📋 copy color: '#9DFDDC'

red 157 ◦ green 253 ◦ blue 220

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

Shades of Magic Mint #9DFDDC

Tints of Magic Mint #9DFDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.92%

R = 24.92%
G = 40.16%
B = 34.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#9DFDDC (or 0x9DFDDC) is known color: Magic Mint. HEX triplet: 9D, FD and DC. RGB value is (157,253,220). Sum of RGB (Red+Green+Blue) = 157+253+220=630 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.92% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFDDC is #620223. Grayscale: #DCDCDC. Windows color (decimal): -6423076 or 14482845. OLE color: 14482845.

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

Color convert

RGB 157 253 220 -
CMYK 0.38 0 0.13 0.01
HSL 159.38º 0.96% 0.8% -
HSV(B) 159.38º 0.38% 0.99% -
XYZ 61.95 82.59 80.39 -
YUV 220.53 127.7 82.68 -
System Red Green Blue C M Y K H S L
Decimal 157 253 220 0.38 0 0.13 0.01 159.38 0.96 0.8
Hex 9D FD DC 26 0 D 1 9F 60 50
Octal 235 375 334 46 0 15 1 237 140 120
Binary 10011101 11111101 11011100 100110 0 1101 1 10011111 1100000 1010000

Color Harmonies of #9DFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFDDC

Black with #9DFDDC

Text Example


Text Example

White with #9DFDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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