Html Css Color HEX #ADFFDC Magic Mint

📋 copy color: '#ADFFDC'

red 173 ◦ green 255 ◦ blue 220

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

Shades of Magic Mint #ADFFDC

Tints of Magic Mint #ADFFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 39.35%

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

R = 26.7%
G = 39.35%
B = 33.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#ADFFDC (or 0xADFFDC) is known color: Magic Mint. HEX triplet: AD, FF and DC. RGB value is (173,255,220). Sum of RGB (Red+Green+Blue) = 173+255+220=648 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.70% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFDC is #520023. Grayscale: #E2E2E2. Windows color (decimal): -5373988 or 14483373. OLE color: 14483373.

HSL color Cylindrical-coordinate representation of color #ADFFDC: hue angle of 154.39º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFDC is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 173 255 220 -
CMYK 0.32 0 0.14 0
HSL 154.39º 1% 0.84% -
HSV(B) 154.39º 0.32% 1% -
XYZ 65.91 85.57 80.75 -
YUV 226.49 124.33 89.85 -
System Red Green Blue C M Y K H S L
Decimal 173 255 220 0.32 0 0.14 0 154.39 1 0.84
Hex AD FF DC 20 0 E 0 9A 64 54
Octal 255 377 334 40 0 16 0 232 144 124
Binary 10101101 11111111 11011100 100000 0 1110 0 10011010 1100100 1010100

Color Harmonies of #ADFFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFFDC

Black with #ADFFDC

Text Example


Text Example

White with #ADFFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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