Html Css Color HEX #9CFAD1 Magic Mint

📋 copy color: '#9CFAD1'

red 156 ◦ green 250 ◦ blue 209

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

Shades of Magic Mint #9CFAD1

Tints of Magic Mint #9CFAD1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.65%

 BLUE value IS 209 (82.03% from 255) = 33.98%

R = 25.37%
G = 40.65%
B = 33.98%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#9CFAD1 (or 0x9CFAD1) is known color: Magic Mint. HEX triplet: 9C, FA and D1. RGB value is (156,250,209). Sum of RGB (Red+Green+Blue) = 156+250+209=615 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.37% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFAD1 is #63052E. Grayscale: #D9D9D9. Windows color (decimal): -6489391 or 13761180. OLE color: 13761180.

HSL color Cylindrical-coordinate representation of color #9CFAD1: hue angle of 153.83º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFAD1 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 250 209 -
CMYK 0.38 0 0.16 0.02
HSL 153.83º 0.9% 0.8% -
HSV(B) 153.83º 0.38% 0.98% -
XYZ 59.4 80.04 72.64 -
YUV 217.22 123.36 84.33 -
System Red Green Blue C M Y K H S L
Decimal 156 250 209 0.38 0 0.16 0.02 153.83 0.9 0.8
Hex 9C FA D1 26 0 10 2 9A 5A 50
Octal 234 372 321 46 0 20 2 232 132 120
Binary 10011100 11111010 11010001 100110 0 10000 10 10011010 1011010 1010000

Color Harmonies of #9CFAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFAD1

Black with #9CFAD1

Text Example


Text Example

White with #9CFAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,250,209); }

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

background-color css

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

 a { background-color: rgb(156,250,209); }

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

border-color css

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

 span { border-color: rgb(156,250,209); }

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