Html Css Color HEX #9EFDCF Magic Mint

📋 copy color: '#9EFDCF'

red 158 ◦ green 253 ◦ blue 207

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

Shades of Magic Mint #9EFDCF

Tints of Magic Mint #9EFDCF

RGB

 RED value IS 158 (62.11% from 255) = 25.57%

 GREEN value IS 253 (99.22% from 255) = 40.94%

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

R = 25.57%
G = 40.94%
B = 33.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#9EFDCF (or 0x9EFDCF) is known color: Magic Mint. HEX triplet: 9E, FD and CF. RGB value is (158,253,207). Sum of RGB (Red+Green+Blue) = 158+253+207=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDCF is #610230. Grayscale: #DBDBDB. Windows color (decimal): -6357553 or 13630878. OLE color: 13630878.

HSL color Cylindrical-coordinate representation of color #9EFDCF: hue angle of 150.95º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFDCF is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 253 207 -
CMYK 0.38 0 0.18 0.01
HSL 150.95º 0.96% 0.81% -
HSV(B) 150.95º 0.38% 0.99% -
XYZ 60.49 82.02 71.68 -
YUV 219.35 121.03 84.24 -
System Red Green Blue C M Y K H S L
Decimal 158 253 207 0.38 0 0.18 0.01 150.95 0.96 0.81
Hex 9E FD CF 26 0 12 1 97 60 51
Octal 236 375 317 46 0 22 1 227 140 121
Binary 10011110 11111101 11001111 100110 0 10010 1 10010111 1100000 1010001

Color Harmonies of #9EFDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFDCF

Black with #9EFDCF

Text Example


Text Example

White with #9EFDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,253,207); }

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

background-color css

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

 a { background-color: rgb(158,253,207); }

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

border-color css

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

 span { border-color: rgb(158,253,207); }

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