Html Css Color HEX #9FF7CB Magic Mint

📋 copy color: '#9FF7CB'

red 159 ◦ green 247 ◦ blue 203

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

Shades of Magic Mint #9FF7CB

Tints of Magic Mint #9FF7CB

RGB

 RED value IS 159 (62.5% from 255) = 26.11%

 GREEN value IS 247 (96.88% from 255) = 40.56%

 BLUE value IS 203 (79.69% from 255) = 33.33%

R = 26.11%
G = 40.56%
B = 33.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#9FF7CB (or 0x9FF7CB) is known color: Magic Mint. HEX triplet: 9F, F7 and CB. RGB value is (159,247,203). Sum of RGB (Red+Green+Blue) = 159+247+203=609 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.11% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #9FF7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF7CB is #600834. Grayscale: #D7D7D7. Windows color (decimal): -6293557 or 13367199. OLE color: 13367199.

HSL color Cylindrical-coordinate representation of color #9FF7CB: hue angle of 150º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF7CB is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 159 247 203 -
CMYK 0.36 0 0.18 0.03
HSL 150º 0.85% 0.8% -
HSV(B) 150º 0.36% 0.97% -
XYZ 58.34 78.2 68.52 -
YUV 215.67 120.85 87.58 -
System Red Green Blue C M Y K H S L
Decimal 159 247 203 0.36 0 0.18 0.03 150 0.85 0.8
Hex 9F F7 CB 24 0 12 3 96 55 50
Octal 237 367 313 44 0 22 3 226 125 120
Binary 10011111 11110111 11001011 100100 0 10010 11 10010110 1010101 1010000

Color Harmonies of #9FF7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF7CB

Black with #9FF7CB

Text Example


Text Example

White with #9FF7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,247,203); }

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

background-color css

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

 a { background-color: rgb(159,247,203); }

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

border-color css

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

 span { border-color: rgb(159,247,203); }

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