Html Css Color HEX #9FEDCF Magic Mint

📋 copy color: '#9FEDCF'

red 159 ◦ green 237 ◦ blue 207

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

Shades of Magic Mint #9FEDCF

Tints of Magic Mint #9FEDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.33%

R = 26.37%
G = 39.3%
B = 34.33%

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

#9FEDCF (or 0x9FEDCF) is known color: Magic Mint. HEX triplet: 9F, ED and CF. RGB value is (159,237,207). Sum of RGB (Red+Green+Blue) = 159+237+207=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDCF is #601230. Grayscale: #D2D2D2. Windows color (decimal): -6296113 or 13626783. OLE color: 13626783.

HSL color Cylindrical-coordinate representation of color #9FEDCF: hue angle of 156.92º 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 #9FEDCF is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 237 207 -
CMYK 0.33 0 0.13 0.07
HSL 156.92º 0.68% 0.78% -
HSV(B) 156.92º 0.33% 0.93% -
XYZ 55.84 72.44 70.07 -
YUV 210.26 126.16 91.44 -
System Red Green Blue C M Y K H S L
Decimal 159 237 207 0.33 0 0.13 0.07 156.92 0.68 0.78
Hex 9F ED CF 21 0 D 7 9D 44 4E
Octal 237 355 317 41 0 15 7 235 104 116
Binary 10011111 11101101 11001111 100001 0 1101 111 10011101 1000100 1001110

Color Harmonies of #9FEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEDCF

Black with #9FEDCF

Text Example


Text Example

White with #9FEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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