Html Css Color HEX #9FEBCD Magic Mint

📋 copy color: '#9FEBCD'

red 159 ◦ green 235 ◦ blue 205

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

Shades of Magic Mint #9FEBCD

Tints of Magic Mint #9FEBCD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.23%

 BLUE value IS 205 (80.47% from 255) = 34.22%

R = 26.54%
G = 39.23%
B = 34.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#9FEBCD (or 0x9FEBCD) is known color: Magic Mint. HEX triplet: 9F, EB and CD. RGB value is (159,235,205). Sum of RGB (Red+Green+Blue) = 159+235+205=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBCD is #601432. Grayscale: #D0D0D0. Windows color (decimal): -6296627 or 13495199. OLE color: 13495199.

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

Color convert

RGB 159 235 205 -
CMYK 0.32 0 0.13 0.08
HSL 156.32º 0.66% 0.77% -
HSV(B) 156.32º 0.32% 0.92% -
XYZ 55.03 71.2 68.6 -
YUV 208.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 159 235 205 0.32 0 0.13 0.08 156.32 0.66 0.77
Hex 9F EB CD 20 0 D 8 9C 42 4D
Octal 237 353 315 40 0 15 10 234 102 115
Binary 10011111 11101011 11001101 100000 0 1101 1000 10011100 1000010 1001101

Color Harmonies of #9FEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEBCD

Black with #9FEBCD

Text Example


Text Example

White with #9FEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,235,205); }

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

background-color css

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

 a { background-color: rgb(159,235,205); }

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

border-color css

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

 span { border-color: rgb(159,235,205); }

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