Html Css Color HEX #9DFDDA Magic Mint

📋 copy color: '#9DFDDA'

red 157 ◦ green 253 ◦ blue 218

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

Shades of Magic Mint #9DFDDA

Tints of Magic Mint #9DFDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.71%

R = 25%
G = 40.29%
B = 34.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#9DFDDA (or 0x9DFDDA) is known color: Magic Mint. HEX triplet: 9D, FD and DA. RGB value is (157,253,218). Sum of RGB (Red+Green+Blue) = 157+253+218=628 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFDDA is #620225. Grayscale: #DCDCDC. Windows color (decimal): -6423078 or 14351773. OLE color: 14351773.

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

Color convert

RGB 157 253 218 -
CMYK 0.38 0 0.14 0.01
HSL 158.13º 0.96% 0.8% -
HSV(B) 158.13º 0.38% 0.99% -
XYZ 61.68 82.48 79 -
YUV 220.31 126.7 82.85 -
System Red Green Blue C M Y K H S L
Decimal 157 253 218 0.38 0 0.14 0.01 158.13 0.96 0.8
Hex 9D FD DA 26 0 E 1 9E 60 50
Octal 235 375 332 46 0 16 1 236 140 120
Binary 10011101 11111101 11011010 100110 0 1110 1 10011110 1100000 1010000

Color Harmonies of #9DFDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFDDA

Black with #9DFDDA

Text Example


Text Example

White with #9DFDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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