Html Css Color HEX #9FEAD0 Magic Mint

📋 copy color: '#9FEAD0'

red 159 ◦ green 234 ◦ blue 208

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

Shades of Magic Mint #9FEAD0

Tints of Magic Mint #9FEAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.61%

R = 26.46%
G = 38.94%
B = 34.61%

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

#9FEAD0 (or 0x9FEAD0) is known color: Magic Mint. HEX triplet: 9F, EA and D0. RGB value is (159,234,208). Sum of RGB (Red+Green+Blue) = 159+234+208=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEAD0 is #60152F. Grayscale: #D0D0D0. Windows color (decimal): -6296880 or 13691551. OLE color: 13691551.

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

Color convert

RGB 159 234 208 -
CMYK 0.32 0 0.11 0.08
HSL 159.2º 0.64% 0.77% -
HSV(B) 159.2º 0.32% 0.92% -
XYZ 55.11 70.77 70.43 -
YUV 208.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 159 234 208 0.32 0 0.11 0.08 159.2 0.64 0.77
Hex 9F EA D0 20 0 B 8 9F 40 4D
Octal 237 352 320 40 0 13 10 237 100 115
Binary 10011111 11101010 11010000 100000 0 1011 1000 10011111 1000000 1001101

Color Harmonies of #9FEAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEAD0

Black with #9FEAD0

Text Example


Text Example

White with #9FEAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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