Html Css Color HEX #9EFFDB Magic Mint

📋 copy color: '#9EFFDB'

red 158 ◦ green 255 ◦ blue 219

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

Shades of Magic Mint #9EFFDB

Tints of Magic Mint #9EFFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 40.35%

 BLUE value IS 219 (85.94% from 255) = 34.65%

R = 25%
G = 40.35%
B = 34.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#9EFFDB (or 0x9EFFDB) is known color: Magic Mint. HEX triplet: 9E, FF and DB. RGB value is (158,255,219). Sum of RGB (Red+Green+Blue) = 158+255+219=632 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFDB is #610024. Grayscale: #DDDDDD. Windows color (decimal): -6357029 or 14417822. OLE color: 14417822.

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

Color convert

RGB 158 255 219 -
CMYK 0.38 0 0.14 0
HSL 157.73º 1% 0.81% -
HSV(B) 157.73º 0.38% 1% -
XYZ 62.65 83.9 79.91 -
YUV 221.89 126.36 82.43 -
System Red Green Blue C M Y K H S L
Decimal 158 255 219 0.38 0 0.14 0 157.73 1 0.81
Hex 9E FF DB 26 0 E 0 9E 64 51
Octal 236 377 333 46 0 16 0 236 144 121
Binary 10011110 11111111 11011011 100110 0 1110 0 10011110 1100100 1010001

Color Harmonies of #9EFFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFFDB

Black with #9EFFDB

Text Example


Text Example

White with #9EFFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,255,219); }

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

background-color css

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

 a { background-color: rgb(158,255,219); }

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

border-color css

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

 span { border-color: rgb(158,255,219); }

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