Html Css Color HEX #9FECC8 Magic Mint

📋 copy color: '#9FECC8'

red 159 ◦ green 236 ◦ blue 200

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

Shades of Magic Mint #9FECC8

Tints of Magic Mint #9FECC8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.66%

 BLUE value IS 200 (78.52% from 255) = 33.61%

R = 26.72%
G = 39.66%
B = 33.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#9FECC8 (or 0x9FECC8) is known color: Magic Mint. HEX triplet: 9F, EC and C8. RGB value is (159,236,200). Sum of RGB (Red+Green+Blue) = 159+236+200=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECC8 is #601337. Grayscale: #D0D0D0. Windows color (decimal): -6296376 or 13167775. OLE color: 13167775.

HSL color Cylindrical-coordinate representation of color #9FECC8: hue angle of 151.95º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FECC8 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 236 200 -
CMYK 0.33 0 0.15 0.07
HSL 151.95º 0.67% 0.77% -
HSV(B) 151.95º 0.33% 0.93% -
XYZ 54.72 71.53 65.57 -
YUV 208.87 122.99 92.43 -
System Red Green Blue C M Y K H S L
Decimal 159 236 200 0.33 0 0.15 0.07 151.95 0.67 0.77
Hex 9F EC C8 21 0 F 7 98 43 4D
Octal 237 354 310 41 0 17 7 230 103 115
Binary 10011111 11101100 11001000 100001 0 1111 111 10011000 1000011 1001101

Color Harmonies of #9FECC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECC8

Black with #9FECC8

Text Example


Text Example

White with #9FECC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,236,200); }

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

background-color css

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

 a { background-color: rgb(159,236,200); }

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

border-color css

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

 span { border-color: rgb(159,236,200); }

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