Html Css Color HEX #ADF5DC Magic Mint

📋 copy color: '#ADF5DC'

red 173 ◦ green 245 ◦ blue 220

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

Shades of Magic Mint #ADF5DC

Tints of Magic Mint #ADF5DC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.4%

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

R = 27.12%
G = 38.4%
B = 34.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#ADF5DC (or 0xADF5DC) is known color: Magic Mint. HEX triplet: AD, F5 and DC. RGB value is (173,245,220). Sum of RGB (Red+Green+Blue) = 173+245+220=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5DC is #520A23. Grayscale: #DCDCDC. Windows color (decimal): -5376548 or 14480813. OLE color: 14480813.

HSL color Cylindrical-coordinate representation of color #ADF5DC: hue angle of 159.17º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF5DC is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 245 220 -
CMYK 0.29 0 0.10 0.04
HSL 159.17º 0.78% 0.82% -
HSV(B) 159.17º 0.29% 0.96% -
XYZ 62.8 79.36 79.72 -
YUV 220.62 127.65 94.03 -
System Red Green Blue C M Y K H S L
Decimal 173 245 220 0.29 0 0.10 0.04 159.17 0.78 0.82
Hex AD F5 DC 1D 0 A 4 9F 4E 52
Octal 255 365 334 35 0 12 4 237 116 122
Binary 10101101 11110101 11011100 11101 0 1010 100 10011111 1001110 1010010

Color Harmonies of #ADF5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF5DC

Black with #ADF5DC

Text Example


Text Example

White with #ADF5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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