Html Css Color HEX #9FE8CF Magic Mint

📋 copy color: '#9FE8CF'

red 159 ◦ green 232 ◦ blue 207

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

Shades of Magic Mint #9FE8CF

Tints of Magic Mint #9FE8CF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.8%

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

R = 26.59%
G = 38.8%
B = 34.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#9FE8CF (or 0x9FE8CF) is known color: Magic Mint. HEX triplet: 9F, E8 and CF. RGB value is (159,232,207). Sum of RGB (Red+Green+Blue) = 159+232+207=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE8CF is #601730. Grayscale: #CFCFCF. Windows color (decimal): -6297393 or 13625503. OLE color: 13625503.

HSL color Cylindrical-coordinate representation of color #9FE8CF: hue angle of 159.45º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE8CF is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 232 207 -
CMYK 0.31 0 0.11 0.09
HSL 159.45º 0.61% 0.77% -
HSV(B) 159.45º 0.31% 0.91% -
XYZ 54.42 69.59 69.6 -
YUV 207.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 159 232 207 0.31 0 0.11 0.09 159.45 0.61 0.77
Hex 9F E8 CF 1F 0 B 9 9F 3D 4D
Octal 237 350 317 37 0 13 11 237 75 115
Binary 10011111 11101000 11001111 11111 0 1011 1001 10011111 111101 1001101

Color Harmonies of #9FE8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE8CF

Black with #9FE8CF

Text Example


Text Example

White with #9FE8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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