Html Css Color HEX #9DFCCC Magic Mint

📋 copy color: '#9DFCCC'

red 157 ◦ green 252 ◦ blue 204

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

Shades of Magic Mint #9DFCCC

Tints of Magic Mint #9DFCCC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.11%

 BLUE value IS 204 (80.08% from 255) = 33.28%

R = 25.61%
G = 41.11%
B = 33.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#9DFCCC (or 0x9DFCCC) is known color: Magic Mint. HEX triplet: 9D, FC and CC. RGB value is (157,252,204). Sum of RGB (Red+Green+Blue) = 157+252+204=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFCCC is #620333. Grayscale: #DADADA. Windows color (decimal): -6423348 or 13434013. OLE color: 13434013.

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

Color convert

RGB 157 252 204 -
CMYK 0.38 0 0.19 0.01
HSL 149.68º 0.94% 0.8% -
HSV(B) 149.68º 0.38% 0.99% -
XYZ 59.61 81.15 69.65 -
YUV 218.12 120.03 84.4 -
System Red Green Blue C M Y K H S L
Decimal 157 252 204 0.38 0 0.19 0.01 149.68 0.94 0.8
Hex 9D FC CC 26 0 13 1 96 5E 50
Octal 235 374 314 46 0 23 1 226 136 120
Binary 10011101 11111100 11001100 100110 0 10011 1 10010110 1011110 1010000

Color Harmonies of #9DFCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFCCC

Black with #9DFCCC

Text Example


Text Example

White with #9DFCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,252,204); }

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

background-color css

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

 a { background-color: rgb(157,252,204); }

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

border-color css

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

 span { border-color: rgb(157,252,204); }

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