Html Css Color HEX #9FEDCE Magic Mint

📋 copy color: '#9FEDCE'

red 159 ◦ green 237 ◦ blue 206

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

Shades of Magic Mint #9FEDCE

Tints of Magic Mint #9FEDCE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.37%

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

R = 26.41%
G = 39.37%
B = 34.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#9FEDCE (or 0x9FEDCE) is known color: Magic Mint. HEX triplet: 9F, ED and CE. RGB value is (159,237,206). Sum of RGB (Red+Green+Blue) = 159+237+206=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDCE is #601231. Grayscale: #D2D2D2. Windows color (decimal): -6296114 or 13561247. OLE color: 13561247.

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

Color convert

RGB 159 237 206 -
CMYK 0.33 0 0.13 0.07
HSL 156.15º 0.68% 0.78% -
HSV(B) 156.15º 0.33% 0.93% -
XYZ 55.72 72.4 69.43 -
YUV 210.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 159 237 206 0.33 0 0.13 0.07 156.15 0.68 0.78
Hex 9F ED CE 21 0 D 7 9C 44 4E
Octal 237 355 316 41 0 15 7 234 104 116
Binary 10011111 11101101 11001110 100001 0 1101 111 10011100 1000100 1001110

Color Harmonies of #9FEDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEDCE

Black with #9FEDCE

Text Example


Text Example

White with #9FEDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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