Html Css Color HEX #9DFEDB Magic Mint

📋 copy color: '#9DFEDB'

red 157 ◦ green 254 ◦ blue 219

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

Shades of Magic Mint #9DFEDB

Tints of Magic Mint #9DFEDB

RGB

 RED value IS 157 (61.72% from 255) = 24.92%

 GREEN value IS 254 (99.61% from 255) = 40.32%

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

R = 24.92%
G = 40.32%
B = 34.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#9DFEDB (or 0x9DFEDB) is known color: Magic Mint. HEX triplet: 9D, FE and DB. RGB value is (157,254,219). Sum of RGB (Red+Green+Blue) = 157+254+219=630 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.92% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFEDB is #620124. Grayscale: #DDDDDD. Windows color (decimal): -6422821 or 14417565. OLE color: 14417565.

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

Color convert

RGB 157 254 219 -
CMYK 0.38 0 0.14 0.00
HSL 158.35º 0.98% 0.81% -
HSV(B) 158.35º 0.38% 1% -
XYZ 62.13 83.17 79.8 -
YUV 221.01 126.86 82.35 -
System Red Green Blue C M Y K H S L
Decimal 157 254 219 0.38 0 0.14 0.00 158.35 0.98 0.81
Hex 9D FE DB 26 0 E 0 9E 62 51
Octal 235 376 333 46 0 16 0 236 142 121
Binary 10011101 11111110 11011011 100110 0 1110 0 10011110 1100010 1010001

Color Harmonies of #9DFEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFEDB

Black with #9DFEDB

Text Example


Text Example

White with #9DFEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,254,219); }

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

background-color css

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

 a { background-color: rgb(157,254,219); }

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

border-color css

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

 span { border-color: rgb(157,254,219); }

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