Html Css Color HEX #9FF0CB Magic Mint

📋 copy color: '#9FF0CB'

red 159 ◦ green 240 ◦ blue 203

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

Shades of Magic Mint #9FF0CB

Tints of Magic Mint #9FF0CB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.87%

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

R = 26.41%
G = 39.87%
B = 33.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#9FF0CB (or 0x9FF0CB) is known color: Magic Mint. HEX triplet: 9F, F0 and CB. RGB value is (159,240,203). Sum of RGB (Red+Green+Blue) = 159+240+203=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF0CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF0CB is #600F34. Grayscale: #D3D3D3. Windows color (decimal): -6295349 or 13365407. OLE color: 13365407.

HSL color Cylindrical-coordinate representation of color #9FF0CB: hue angle of 152.59º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF0CB is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 240 203 -
CMYK 0.34 0 0.15 0.06
HSL 152.59º 0.73% 0.78% -
HSV(B) 152.59º 0.34% 0.94% -
XYZ 56.24 74 67.82 -
YUV 211.56 123.16 90.51 -
System Red Green Blue C M Y K H S L
Decimal 159 240 203 0.34 0 0.15 0.06 152.59 0.73 0.78
Hex 9F F0 CB 22 0 F 6 99 49 4E
Octal 237 360 313 42 0 17 6 231 111 116
Binary 10011111 11110000 11001011 100010 0 1111 110 10011001 1001001 1001110

Color Harmonies of #9FF0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF0CB

Black with #9FF0CB

Text Example


Text Example

White with #9FF0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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