Html Css Color HEX #9DFEDF Magic Mint

📋 copy color: '#9DFEDF'

red 157 ◦ green 254 ◦ blue 223

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

Shades of Magic Mint #9DFEDF

Tints of Magic Mint #9DFEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.17%

R = 24.76%
G = 40.06%
B = 35.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#9DFEDF (or 0x9DFEDF) is known color: Magic Mint. HEX triplet: 9D, FE and DF. RGB value is (157,254,223). Sum of RGB (Red+Green+Blue) = 157+254+223=634 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.76% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFEDF is #620120. Grayscale: #DDDDDD. Windows color (decimal): -6422817 or 14679709. OLE color: 14679709.

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

Color convert

RGB 157 254 223 -
CMYK 0.38 0 0.12 0.00
HSL 160.82º 0.98% 0.81% -
HSV(B) 160.82º 0.38% 1% -
XYZ 62.67 83.38 82.6 -
YUV 221.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 157 254 223 0.38 0 0.12 0.00 160.82 0.98 0.81
Hex 9D FE DF 26 0 C 0 A1 62 51
Octal 235 376 337 46 0 14 0 241 142 121
Binary 10011101 11111110 11011111 100110 0 1100 0 10100001 1100010 1010001

Color Harmonies of #9DFEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFEDF

Black with #9DFEDF

Text Example


Text Example

White with #9DFEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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