Html Css Color HEX #9FF2CF Magic Mint

📋 copy color: '#9FF2CF'

red 159 ◦ green 242 ◦ blue 207

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

Shades of Magic Mint #9FF2CF

Tints of Magic Mint #9FF2CF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.8%

 BLUE value IS 207 (81.25% from 255) = 34.05%

R = 26.15%
G = 39.8%
B = 34.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#9FF2CF (or 0x9FF2CF) is known color: Magic Mint. HEX triplet: 9F, F2 and CF. RGB value is (159,242,207). Sum of RGB (Red+Green+Blue) = 159+242+207=608 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.15% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF2CF is #600D30. Grayscale: #D5D5D5. Windows color (decimal): -6294833 or 13628063. OLE color: 13628063.

HSL color Cylindrical-coordinate representation of color #9FF2CF: hue angle of 154.7º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2CF is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 242 207 -
CMYK 0.34 0 0.14 0.05
HSL 154.7º 0.76% 0.79% -
HSV(B) 154.7º 0.34% 0.95% -
XYZ 57.31 75.38 70.56 -
YUV 213.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 159 242 207 0.34 0 0.14 0.05 154.7 0.76 0.79
Hex 9F F2 CF 22 0 E 5 9B 4C 4F
Octal 237 362 317 42 0 16 5 233 114 117
Binary 10011111 11110010 11001111 100010 0 1110 101 10011011 1001100 1001111

Color Harmonies of #9FF2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF2CF

Black with #9FF2CF

Text Example


Text Example

White with #9FF2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,242,207); }

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

background-color css

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

 a { background-color: rgb(159,242,207); }

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

border-color css

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

 span { border-color: rgb(159,242,207); }

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