Html Css Color HEX #ADF9DC Magic Mint

📋 copy color: '#ADF9DC'

red 173 ◦ green 249 ◦ blue 220

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

Shades of Magic Mint #ADF9DC

Tints of Magic Mint #ADF9DC

RGB

 RED value IS 173 (67.97% from 255) = 26.95%

 GREEN value IS 249 (97.66% from 255) = 38.79%

 BLUE value IS 220 (86.33% from 255) = 34.27%

R = 26.95%
G = 38.79%
B = 34.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#ADF9DC (or 0xADF9DC) is known color: Magic Mint. HEX triplet: AD, F9 and DC. RGB value is (173,249,220). Sum of RGB (Red+Green+Blue) = 173+249+220=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF9DC is #520623. Grayscale: #DFDFDF. Windows color (decimal): -5375524 or 14481837. OLE color: 14481837.

HSL color Cylindrical-coordinate representation of color #ADF9DC: hue angle of 157.11º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF9DC is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 249 220 -
CMYK 0.31 0 0.12 0.02
HSL 157.11º 0.86% 0.83% -
HSV(B) 157.11º 0.31% 0.98% -
XYZ 64.03 81.8 80.13 -
YUV 222.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 173 249 220 0.31 0 0.12 0.02 157.11 0.86 0.83
Hex AD F9 DC 1F 0 C 2 9D 56 53
Octal 255 371 334 37 0 14 2 235 126 123
Binary 10101101 11111001 11011100 11111 0 1100 10 10011101 1010110 1010011

Color Harmonies of #ADF9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF9DC

Black with #ADF9DC

Text Example


Text Example

White with #ADF9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF9DC; }

 p { color: rgb(173,249,220); }

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

background-color css

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

 a { background-color: rgb(173,249,220); }

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

border-color css

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

 span { border-color: rgb(173,249,220); }

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