Html Css Color HEX #9CFBDB Magic Mint

📋 copy color: '#9CFBDB'

red 156 ◦ green 251 ◦ blue 219

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

Shades of Magic Mint #9CFBDB

Tints of Magic Mint #9CFBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.1%

 BLUE value IS 219 (85.94% from 255) = 34.98%

R = 24.92%
G = 40.1%
B = 34.98%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#9CFBDB (or 0x9CFBDB) is known color: Magic Mint. HEX triplet: 9C, FB and DB. RGB value is (156,251,219). Sum of RGB (Red+Green+Blue) = 156+251+219=626 (82% of max value = 765). Red value is 156 (61.33% from 255 or 24.92% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBDB is #630424. Grayscale: #DADADA. Windows color (decimal): -6489125 or 14416796. OLE color: 14416796.

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

Color convert

RGB 156 251 219 -
CMYK 0.38 0 0.13 0.02
HSL 159.79º 0.92% 0.8% -
HSV(B) 159.79º 0.38% 0.98% -
XYZ 60.99 81.18 79.47 -
YUV 218.95 128.03 83.1 -
System Red Green Blue C M Y K H S L
Decimal 156 251 219 0.38 0 0.13 0.02 159.79 0.92 0.8
Hex 9C FB DB 26 0 D 2 A0 5C 50
Octal 234 373 333 46 0 15 2 240 134 120
Binary 10011100 11111011 11011011 100110 0 1101 10 10100000 1011100 1010000

Color Harmonies of #9CFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFBDB

Black with #9CFBDB

Text Example


Text Example

White with #9CFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,251,219); }

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

background-color css

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

 a { background-color: rgb(156,251,219); }

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

border-color css

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

 span { border-color: rgb(156,251,219); }

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