Html Css Color HEX #9CFAD3 Magic Mint

📋 copy color: '#9CFAD3'

red 156 ◦ green 250 ◦ blue 211

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

Shades of Magic Mint #9CFAD3

Tints of Magic Mint #9CFAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.2%

R = 25.28%
G = 40.52%
B = 34.2%

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

#9CFAD3 (or 0x9CFAD3) is known color: Magic Mint. HEX triplet: 9C, FA and D3. RGB value is (156,250,211). Sum of RGB (Red+Green+Blue) = 156+250+211=617 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.28% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFAD3 is #63052C. Grayscale: #D9D9D9. Windows color (decimal): -6489389 or 13892252. OLE color: 13892252.

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

Color convert

RGB 156 250 211 -
CMYK 0.38 0 0.16 0.02
HSL 155.11º 0.9% 0.8% -
HSV(B) 155.11º 0.38% 0.98% -
XYZ 59.65 80.14 73.95 -
YUV 217.45 124.36 84.17 -
System Red Green Blue C M Y K H S L
Decimal 156 250 211 0.38 0 0.16 0.02 155.11 0.9 0.8
Hex 9C FA D3 26 0 10 2 9B 5A 50
Octal 234 372 323 46 0 20 2 233 132 120
Binary 10011100 11111010 11010011 100110 0 10000 10 10011011 1011010 1010000

Color Harmonies of #9CFAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFAD3

Black with #9CFAD3

Text Example


Text Example

White with #9CFAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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