Html Css Color HEX #9EFDDB Magic Mint

📋 copy color: '#9EFDDB'

red 158 ◦ green 253 ◦ blue 219

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

Shades of Magic Mint #9EFDDB

Tints of Magic Mint #9EFDDB

RGB

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

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

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

R = 25.08%
G = 40.16%
B = 34.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#9EFDDB (or 0x9EFDDB) is known color: Magic Mint. HEX triplet: 9E, FD and DB. RGB value is (158,253,219). Sum of RGB (Red+Green+Blue) = 158+253+219=630 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.08% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDDB is #610224. Grayscale: #DCDCDC. Windows color (decimal): -6357541 or 14417310. OLE color: 14417310.

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

Color convert

RGB 158 253 219 -
CMYK 0.38 0 0.13 0.01
HSL 158.53º 0.96% 0.81% -
HSV(B) 158.53º 0.38% 0.99% -
XYZ 62.01 82.63 79.7 -
YUV 220.72 127.03 83.26 -
System Red Green Blue C M Y K H S L
Decimal 158 253 219 0.38 0 0.13 0.01 158.53 0.96 0.81
Hex 9E FD DB 26 0 D 1 9F 60 51
Octal 236 375 333 46 0 15 1 237 140 121
Binary 10011110 11111101 11011011 100110 0 1101 1 10011111 1100000 1010001

Color Harmonies of #9EFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFDDB

Black with #9EFDDB

Text Example


Text Example

White with #9EFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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