Html Css Color HEX #9FEACE Magic Mint

📋 copy color: '#9FEACE'

red 159 ◦ green 234 ◦ blue 206

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

Shades of Magic Mint #9FEACE

Tints of Magic Mint #9FEACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.39%

R = 26.54%
G = 39.07%
B = 34.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#9FEACE (or 0x9FEACE) is known color: Magic Mint. HEX triplet: 9F, EA and CE. RGB value is (159,234,206). Sum of RGB (Red+Green+Blue) = 159+234+206=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEACE is #601531. Grayscale: #D0D0D0. Windows color (decimal): -6296882 or 13560479. OLE color: 13560479.

HSL color Cylindrical-coordinate representation of color #9FEACE: hue angle of 157.6º 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 #9FEACE is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 234 206 -
CMYK 0.32 0 0.12 0.08
HSL 157.6º 0.64% 0.77% -
HSV(B) 157.6º 0.32% 0.92% -
XYZ 54.86 70.67 69.14 -
YUV 208.38 126.65 92.78 -
System Red Green Blue C M Y K H S L
Decimal 159 234 206 0.32 0 0.12 0.08 157.6 0.64 0.77
Hex 9F EA CE 20 0 C 8 9E 40 4D
Octal 237 352 316 40 0 14 10 236 100 115
Binary 10011111 11101010 11001110 100000 0 1100 1000 10011110 1000000 1001101

Color Harmonies of #9FEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEACE

Black with #9FEACE

Text Example


Text Example

White with #9FEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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