Html Css Color HEX #9FEAC6 Magic Mint

📋 copy color: '#9FEAC6'

red 159 ◦ green 234 ◦ blue 198

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

Shades of Magic Mint #9FEAC6

Tints of Magic Mint #9FEAC6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.59%

 BLUE value IS 198 (77.73% from 255) = 33.5%

R = 26.9%
G = 39.59%
B = 33.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#9FEAC6 (or 0x9FEAC6) is known color: Magic Mint. HEX triplet: 9F, EA and C6. RGB value is (159,234,198). Sum of RGB (Red+Green+Blue) = 159+234+198=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEAC6 is #601539. Grayscale: #CFCFCF. Windows color (decimal): -6296890 or 13036191. OLE color: 13036191.

HSL color Cylindrical-coordinate representation of color #9FEAC6: hue angle of 151.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEAC6 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 234 198 -
CMYK 0.32 0 0.15 0.08
HSL 151.2º 0.64% 0.77% -
HSV(B) 151.2º 0.32% 0.92% -
XYZ 53.91 70.29 64.15 -
YUV 207.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 159 234 198 0.32 0 0.15 0.08 151.2 0.64 0.77
Hex 9F EA C6 20 0 F 8 97 40 4D
Octal 237 352 306 40 0 17 10 227 100 115
Binary 10011111 11101010 11000110 100000 0 1111 1000 10010111 1000000 1001101

Color Harmonies of #9FEAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEAC6

Black with #9FEAC6

Text Example


Text Example

White with #9FEAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,234,198); }

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

background-color css

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

 a { background-color: rgb(159,234,198); }

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

border-color css

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

 span { border-color: rgb(159,234,198); }

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