Html Css Color HEX #9EFDCC Magic Mint

📋 copy color: '#9EFDCC'

red 158 ◦ green 253 ◦ blue 204

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

Shades of Magic Mint #9EFDCC

Tints of Magic Mint #9EFDCC

RGB

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

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

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

R = 25.69%
G = 41.14%
B = 33.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#9EFDCC (or 0x9EFDCC) is known color: Magic Mint. HEX triplet: 9E, FD and CC. RGB value is (158,253,204). Sum of RGB (Red+Green+Blue) = 158+253+204=615 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.69% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDCC is #610233. Grayscale: #DBDBDB. Windows color (decimal): -6357556 or 13434270. OLE color: 13434270.

HSL color Cylindrical-coordinate representation of color #9EFDCC: hue angle of 149.05º 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 #9EFDCC is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 253 204 -
CMYK 0.38 0 0.19 0.01
HSL 149.05º 0.96% 0.81% -
HSV(B) 149.05º 0.38% 0.99% -
XYZ 60.12 81.88 69.76 -
YUV 219.01 119.53 84.48 -
System Red Green Blue C M Y K H S L
Decimal 158 253 204 0.38 0 0.19 0.01 149.05 0.96 0.81
Hex 9E FD CC 26 0 13 1 95 60 51
Octal 236 375 314 46 0 23 1 225 140 121
Binary 10011110 11111101 11001100 100110 0 10011 1 10010101 1100000 1010001

Color Harmonies of #9EFDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFDCC

Black with #9EFDCC

Text Example


Text Example

White with #9EFDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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