Html Css Color HEX #ADF7DC Magic Mint

📋 copy color: '#ADF7DC'

red 173 ◦ green 247 ◦ blue 220

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

Shades of Magic Mint #ADF7DC

Tints of Magic Mint #ADF7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.59%

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

R = 27.03%
G = 38.59%
B = 34.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#ADF7DC (or 0xADF7DC) is known color: Magic Mint. HEX triplet: AD, F7 and DC. RGB value is (173,247,220). Sum of RGB (Red+Green+Blue) = 173+247+220=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 247 (96.88% from 255 or 38.59% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF7DC is #520823. Grayscale: #DDDDDD. Windows color (decimal): -5376036 or 14481325. OLE color: 14481325.

HSL color Cylindrical-coordinate representation of color #ADF7DC: hue angle of 158.11º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF7DC is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 247 220 -
CMYK 0.30 0 0.11 0.03
HSL 158.11º 0.82% 0.82% -
HSV(B) 158.11º 0.3% 0.97% -
XYZ 63.41 80.57 79.92 -
YUV 221.8 126.98 93.2 -
System Red Green Blue C M Y K H S L
Decimal 173 247 220 0.30 0 0.11 0.03 158.11 0.82 0.82
Hex AD F7 DC 1E 0 B 3 9E 52 52
Octal 255 367 334 36 0 13 3 236 122 122
Binary 10101101 11110111 11011100 11110 0 1011 11 10011110 1010010 1010010

Color Harmonies of #ADF7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF7DC

Black with #ADF7DC

Text Example


Text Example

White with #ADF7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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