Html Css Color HEX #9CFCDD Magic Mint

📋 copy color: '#9CFCDD'

red 156 ◦ green 252 ◦ blue 221

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

Shades of Magic Mint #9CFCDD

Tints of Magic Mint #9CFCDD

RGB

 RED value IS 156 (61.33% from 255) = 24.8%

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

 BLUE value IS 221 (86.72% from 255) = 35.14%

R = 24.8%
G = 40.06%
B = 35.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#9CFCDD (or 0x9CFCDD) is known color: Magic Mint. HEX triplet: 9C, FC and DD. RGB value is (156,252,221). Sum of RGB (Red+Green+Blue) = 156+252+221=629 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.80% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFCDD is #630322. Grayscale: #DBDBDB. Windows color (decimal): -6488867 or 14548124. OLE color: 14548124.

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

Color convert

RGB 156 252 221 -
CMYK 0.38 0 0.12 0.01
HSL 160.63º 0.94% 0.8% -
HSV(B) 160.63º 0.38% 0.99% -
XYZ 61.57 81.91 80.97 -
YUV 219.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 156 252 221 0.38 0 0.12 0.01 160.63 0.94 0.8
Hex 9C FC DD 26 0 C 1 A1 5E 50
Octal 234 374 335 46 0 14 1 241 136 120
Binary 10011100 11111100 11011101 100110 0 1100 1 10100001 1011110 1010000

Color Harmonies of #9CFCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFCDD

Black with #9CFCDD

Text Example


Text Example

White with #9CFCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,252,221); }

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

background-color css

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

 a { background-color: rgb(156,252,221); }

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

border-color css

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

 span { border-color: rgb(156,252,221); }

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