Html Css Color HEX #9FF8CB Magic Mint

📋 copy color: '#9FF8CB'

red 159 ◦ green 248 ◦ blue 203

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

Shades of Magic Mint #9FF8CB

Tints of Magic Mint #9FF8CB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.66%

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

R = 26.07%
G = 40.66%
B = 33.28%

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

#9FF8CB (or 0x9FF8CB) is known color: Magic Mint. HEX triplet: 9F, F8 and CB. RGB value is (159,248,203). Sum of RGB (Red+Green+Blue) = 159+248+203=610 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.07% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF8CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF8CB is #600734. Grayscale: #D8D8D8. Windows color (decimal): -6293301 or 13367455. OLE color: 13367455.

HSL color Cylindrical-coordinate representation of color #9FF8CB: hue angle of 149.66º degrees, saturation: 0.86, 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 #9FF8CB is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 159 248 203 -
CMYK 0.36 0 0.18 0.03
HSL 149.66º 0.86% 0.8% -
HSV(B) 149.66º 0.36% 0.97% -
XYZ 58.64 78.82 68.62 -
YUV 216.26 120.51 87.16 -
System Red Green Blue C M Y K H S L
Decimal 159 248 203 0.36 0 0.18 0.03 149.66 0.86 0.8
Hex 9F F8 CB 24 0 12 3 96 56 50
Octal 237 370 313 44 0 22 3 226 126 120
Binary 10011111 11111000 11001011 100100 0 10010 11 10010110 1010110 1010000

Color Harmonies of #9FF8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF8CB

Black with #9FF8CB

Text Example


Text Example

White with #9FF8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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