Html Css Color HEX #9FEBD2 Magic Mint

📋 copy color: '#9FEBD2'

red 159 ◦ green 235 ◦ blue 210

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

Shades of Magic Mint #9FEBD2

Tints of Magic Mint #9FEBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.77%

R = 26.32%
G = 38.91%
B = 34.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#9FEBD2 (or 0x9FEBD2) is known color: Magic Mint. HEX triplet: 9F, EB and D2. RGB value is (159,235,210). Sum of RGB (Red+Green+Blue) = 159+235+210=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBD2 is #60142D. Grayscale: #D1D1D1. Windows color (decimal): -6296622 or 13822879. OLE color: 13822879.

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

Color convert

RGB 159 235 210 -
CMYK 0.32 0 0.11 0.08
HSL 160.26º 0.66% 0.77% -
HSV(B) 160.26º 0.32% 0.92% -
XYZ 55.64 71.44 71.83 -
YUV 209.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 159 235 210 0.32 0 0.11 0.08 160.26 0.66 0.77
Hex 9F EB D2 20 0 B 8 A0 42 4D
Octal 237 353 322 40 0 13 10 240 102 115
Binary 10011111 11101011 11010010 100000 0 1011 1000 10100000 1000010 1001101

Color Harmonies of #9FEBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEBD2

Black with #9FEBD2

Text Example


Text Example

White with #9FEBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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