Html Css Color HEX #9DFDCA Magic Mint

📋 copy color: '#9DFDCA'

red 157 ◦ green 253 ◦ blue 202

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

Shades of Magic Mint #9DFDCA

Tints of Magic Mint #9DFDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.01%

R = 25.65%
G = 41.34%
B = 33.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#9DFDCA (or 0x9DFDCA) is known color: Magic Mint. HEX triplet: 9D, FD and CA. RGB value is (157,253,202). Sum of RGB (Red+Green+Blue) = 157+253+202=612 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.65% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFDCA is #620235. Grayscale: #DADADA. Windows color (decimal): -6423094 or 13303197. OLE color: 13303197.

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

Color convert

RGB 157 253 202 -
CMYK 0.38 0 0.20 0.01
HSL 148.13º 0.96% 0.8% -
HSV(B) 148.13º 0.38% 0.99% -
XYZ 59.69 81.68 68.5 -
YUV 218.48 118.7 84.15 -
System Red Green Blue C M Y K H S L
Decimal 157 253 202 0.38 0 0.20 0.01 148.13 0.96 0.8
Hex 9D FD CA 26 0 14 1 94 60 50
Octal 235 375 312 46 0 24 1 224 140 120
Binary 10011101 11111101 11001010 100110 0 10100 1 10010100 1100000 1010000

Color Harmonies of #9DFDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFDCA

Black with #9DFDCA

Text Example


Text Example

White with #9DFDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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