Html Css Color HEX #9FEFCE Magic Mint

📋 copy color: '#9FEFCE'

red 159 ◦ green 239 ◦ blue 206

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

Shades of Magic Mint #9FEFCE

Tints of Magic Mint #9FEFCE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.57%

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

R = 26.32%
G = 39.57%
B = 34.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#9FEFCE (or 0x9FEFCE) is known color: Magic Mint. HEX triplet: 9F, EF and CE. RGB value is (159,239,206). Sum of RGB (Red+Green+Blue) = 159+239+206=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFCE is #601031. Grayscale: #D3D3D3. Windows color (decimal): -6295602 or 13561759. OLE color: 13561759.

HSL color Cylindrical-coordinate representation of color #9FEFCE: hue angle of 155.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFCE is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 239 206 -
CMYK 0.33 0 0.14 0.06
HSL 155.25º 0.71% 0.78% -
HSV(B) 155.25º 0.33% 0.94% -
XYZ 56.31 73.56 69.62 -
YUV 211.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 159 239 206 0.33 0 0.14 0.06 155.25 0.71 0.78
Hex 9F EF CE 21 0 E 6 9B 47 4E
Octal 237 357 316 41 0 16 6 233 107 116
Binary 10011111 11101111 11001110 100001 0 1110 110 10011011 1000111 1001110

Color Harmonies of #9FEFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEFCE

Black with #9FEFCE

Text Example


Text Example

White with #9FEFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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