Html Css Color HEX #9FEDCC Magic Mint

📋 copy color: '#9FEDCC'

red 159 ◦ green 237 ◦ blue 204

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

Shades of Magic Mint #9FEDCC

Tints of Magic Mint #9FEDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34%

R = 26.5%
G = 39.5%
B = 34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#9FEDCC (or 0x9FEDCC) is known color: Magic Mint. HEX triplet: 9F, ED and CC. RGB value is (159,237,204). Sum of RGB (Red+Green+Blue) = 159+237+204=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDCC is #601233. Grayscale: #D1D1D1. Windows color (decimal): -6296116 or 13430175. OLE color: 13430175.

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

Color convert

RGB 159 237 204 -
CMYK 0.33 0 0.14 0.07
HSL 154.62º 0.68% 0.78% -
HSV(B) 154.62º 0.33% 0.93% -
XYZ 55.48 72.3 68.16 -
YUV 209.92 124.66 91.68 -
System Red Green Blue C M Y K H S L
Decimal 159 237 204 0.33 0 0.14 0.07 154.62 0.68 0.78
Hex 9F ED CC 21 0 E 7 9B 44 4E
Octal 237 355 314 41 0 16 7 233 104 116
Binary 10011111 11101101 11001100 100001 0 1110 111 10011011 1000100 1001110

Color Harmonies of #9FEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEDCC

Black with #9FEDCC

Text Example


Text Example

White with #9FEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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